few more property orders

This commit is contained in:
Jacob Thornton 2012-04-16 15:37:17 -07:00
parent 457859feba
commit a3ec868ac2
3 changed files with 3 additions and 3 deletions

View File

@ -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();
}

View File

@ -503,8 +503,8 @@
// Centered container element
.container-fixed() {
margin-left: auto;
margin-right: auto;
margin-left: auto;
.clearfix();
}

View File

@ -52,8 +52,8 @@ h2 {
}
}
h3 {
line-height: @baseLineHeight * 1.5;
font-size: 18px;
line-height: @baseLineHeight * 1.5;
small {
font-size: 14px;
}