Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-04-17 02:37:17 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-04-17 02:37:17 +0400
commita3ec868ac278fb4ec29b21b662f1fd417ac16f2a (patch)
treec605958d41617d563cfa7a0c43a9108d24a628c6 /less/layouts.less
parent457859feba3ca9a64a23dd38a4d65e3faad11b04 (diff)
few more property orders
Diffstat (limited to 'less/layouts.less')
-rw-r--r--less/layouts.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/layouts.less b/less/layouts.less
index c8d358b24a..cc53627ff7 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