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

@ -72,7 +72,7 @@
.navbar-collapse,
.navbar-form {
border-color: rgba(0,0,0,0.1);
border-color: rgba(0, 0, 0, 0.1);
}
// Dropdowns
@ -179,6 +179,7 @@
height: 50px;
padding: 10px 15px;
}
.navbar-form {
margin-top: 10px;
}

View File

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