aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-04-16 15:37:17 -0700
committerJacob Thornton <[email protected]>2012-04-16 15:37:17 -0700
commita3ec868ac278fb4ec29b21b662f1fd417ac16f2a (patch)
treec605958d41617d563cfa7a0c43a9108d24a628c6
parent457859feba3ca9a64a23dd38a4d65e3faad11b04 (diff)
downloadbootstrap-a3ec868ac278fb4ec29b21b662f1fd417ac16f2a.tar.xz
bootstrap-a3ec868ac278fb4ec29b21b662f1fd417ac16f2a.zip
few more property orders
-rw-r--r--less/layouts.less2
-rw-r--r--less/mixins.less2
-rw-r--r--less/type.less2
3 files changed, 3 insertions, 3 deletions
diff --git a/less/layouts.less b/less/layouts.less
index c8d358b24..cc53627ff 100644
--- a/less/layouts.less
+++ b/less/layouts.less
@@ -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
diff --git a/less/mixins.less b/less/mixins.less
index ff6a34a63..b34804c0f 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -503,8 +503,8 @@
// Centered container element
.container-fixed() {
- margin-left: auto;
margin-right: auto;
+ margin-left: auto;
.clearfix();
}
diff --git a/less/type.less b/less/type.less
index 779e85960..8022a3e5d 100644
--- a/less/type.less
+++ b/less/type.less
@@ -52,8 +52,8 @@ h2 {
}
}
h3 {
- line-height: @baseLineHeight * 1.5;
font-size: 18px;
+ line-height: @baseLineHeight * 1.5;
small {
font-size: 14px;
}