Commit a3ec868a authored by Jacob Thornton's avatar Jacob Thornton

few more property orders

parent 457859fe
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
// Fluid layouts (left aligned, with sidebar, min- & max-width content) // Fluid layouts (left aligned, with sidebar, min- & max-width content)
.container-fluid { .container-fluid {
padding-left: @gridGutterWidth;
padding-right: @gridGutterWidth; padding-right: @gridGutterWidth;
padding-left: @gridGutterWidth;
.clearfix(); .clearfix();
} }
\ No newline at end of file
...@@ -503,8 +503,8 @@ ...@@ -503,8 +503,8 @@
// Centered container element // Centered container element
.container-fixed() { .container-fixed() {
margin-left: auto;
margin-right: auto; margin-right: auto;
margin-left: auto;
.clearfix(); .clearfix();
} }
......
...@@ -52,8 +52,8 @@ h2 { ...@@ -52,8 +52,8 @@ h2 {
} }
} }
h3 { h3 {
line-height: @baseLineHeight * 1.5;
font-size: 18px; font-size: 18px;
line-height: @baseLineHeight * 1.5;
small { small {
font-size: 14px; font-size: 14px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment