]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
few more property orders
authorJacob Thornton <jacobthornton@gmail.com>
Mon, 16 Apr 2012 22:37:17 +0000 (15:37 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Mon, 16 Apr 2012 22:37:17 +0000 (15:37 -0700)
less/layouts.less
less/mixins.less
less/type.less

index c8d358b24a1b8e459e8c1befc9179ea3fea4a5f8..cc53627ff74cf1413f6960beb0d86f3994280069 100644 (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();
 }
\ No newline at end of file
index ff6a34a635049fc1c112205f5dda97ba3f08f8cf..b34804c0ff63d9fca45ea86145bb39fd2e53163c 100644 (file)
 
 // Centered container element
 .container-fixed() {
-  margin-left: auto;
   margin-right: auto;
+  margin-left: auto;
   .clearfix();
 }
 
index 779e85960d57f74333add403b1345ae3dedcc483..8022a3e5deeb57ffc707b5d9fa1c4925692b802d 100644 (file)
@@ -52,8 +52,8 @@ h2 {
   }
 }
 h3 {
-  line-height: @baseLineHeight * 1.5;
   font-size: 18px;
+  line-height: @baseLineHeight * 1.5;
   small {
     font-size: 14px;
   }