diff --git a/Resources/Gruntfile.js b/Resources/Gruntfile.js index 0a96109a6..dc243f418 100644 --- a/Resources/Gruntfile.js +++ b/Resources/Gruntfile.js @@ -19,7 +19,8 @@ module.exports = function(grunt) { options: { targetDir: '<%= chill.folders.bower %>', install: true, - copy: false + copy: false, + cleanBowerDir: true } } }, diff --git a/Resources/public/stylesheets/scratch.css b/Resources/public/stylesheets/scratch.css index 797c533fb..5c350024d 100644 --- a/Resources/public/stylesheets/scratch.css +++ b/Resources/public/stylesheets/scratch.css @@ -2726,6 +2726,9 @@ input, label, select { /* font-family: $form-font-family; font-size: $form-font-size; */ } +label.inline { + display: inline-block; } + label { font-weight: bold; margin-bottom: 0.375em; } @@ -3050,4 +3053,10 @@ div#general { html, body { min-height: 100%; } +.title { + font-size: 2em; } + +.subtitle { + font-size: 1.5em; } + /*# sourceMappingURL=scratch.css.map */