Updating Scratch : inline for label

This commit is contained in:
Marc Ducobu 2014-11-11 09:45:59 +01:00
parent a71782f9af
commit f06ea9fedf
2 changed files with 11 additions and 1 deletions

View File

@ -19,7 +19,8 @@ module.exports = function(grunt) {
options: { options: {
targetDir: '<%= chill.folders.bower %>', targetDir: '<%= chill.folders.bower %>',
install: true, install: true,
copy: false copy: false,
cleanBowerDir: true
} }
} }
}, },

View File

@ -2726,6 +2726,9 @@ input, label, select {
/* font-family: $form-font-family; /* font-family: $form-font-family;
font-size: $form-font-size; */ } font-size: $form-font-size; */ }
label.inline {
display: inline-block; }
label { label {
font-weight: bold; font-weight: bold;
margin-bottom: 0.375em; } margin-bottom: 0.375em; }
@ -3050,4 +3053,10 @@ div#general {
html, body { html, body {
min-height: 100%; } min-height: 100%; }
.title {
font-size: 2em; }
.subtitle {
font-size: 1.5em; }
/*# sourceMappingURL=scratch.css.map */ /*# sourceMappingURL=scratch.css.map */