Changed indents from 2 to 4 spaces

This commit is contained in:
Tim Hovius 2015-02-23 09:57:57 +01:00
parent 5dd480e408
commit f9c20e4ee2
2 changed files with 226 additions and 223 deletions

View File

@ -179,6 +179,7 @@
height: 50px; height: 50px;
padding: 10px 15px; padding: 10px 15px;
} }
.navbar-form { .navbar-form {
margin-top: 10px; margin-top: 10px;
} }

View File

@ -14,7 +14,6 @@ body {
} }
} }
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 { body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
font-family: "RobotoDraft", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "RobotoDraft", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300; font-weight: 300;
@ -90,15 +89,19 @@ legend {
.text-warning { .text-warning {
color: @btn-warning; color: @btn-warning;
} }
.text-primary { .text-primary {
color: @btn-primary; color: @btn-primary;
} }
.text-danger { .text-danger {
color: @btn-danger; color: @btn-danger;
} }
.text-success { .text-success {
color: @btn-success; color: @btn-success;
} }
.text-info { .text-info {
color: @btn-info; color: @btn-info;
} }
@ -128,7 +131,6 @@ legend {
} }
} }
// External plugins // External plugins
@import "_plugin-snackbarjs.less"; @import "_plugin-snackbarjs.less";
@import "_plugin-nouislider.less"; @import "_plugin-nouislider.less";