Commit a3ec868a authored by Jacob Thornton's avatar Jacob Thornton

few more property orders

parent 457859fe
......@@ -11,7 +11,7 @@
// Fluid layouts (left aligned, with sidebar, min- & max-width content)
.container-fluid {
padding-left: @gridGutterWidth;
padding-right: @gridGutterWidth;
padding-left: @gridGutterWidth;
.clearfix();
}
\ No newline at end of file
......@@ -503,8 +503,8 @@
// Centered container element
.container-fixed() {
margin-left: auto;
margin-right: auto;
margin-left: auto;
.clearfix();
}
......
......@@ -52,8 +52,8 @@ h2 {
}
}
h3 {
line-height: @baseLineHeight * 1.5;
font-size: 18px;
line-height: @baseLineHeight * 1.5;
small {
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