diff options
| -rw-r--r-- | Gruntfile.js | 2 | ||||
| -rw-r--r-- | site/public/assets/style.css | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 73fb8f7..4a522a6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -88,5 +88,5 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-dentist'); // Default task(s). - grunt.registerTask('default', ['dentist', 'concat', 'uglify', 'copy', 'clean']); +// grunt.registerTask('default', ['dentist', 'concat', 'uglify', 'copy', 'clean']); }; diff --git a/site/public/assets/style.css b/site/public/assets/style.css index 090c8f1..9fb1a3a 100644 --- a/site/public/assets/style.css +++ b/site/public/assets/style.css @@ -442,10 +442,10 @@ nav .sub.active a { } .postname { - border-bottom: 1px solid #999; - padding: 20px 0px 0.6em 2px; - margin-bottom: 0.7em; - font-size: 1em; + border-bottom: 1px solid #999; + padding: 20px 0px 0.6em 2px; + margin-bottom: 0.7em; + font-size: 1em; } |
