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:
Diffstat (limited to 'less/mixins/grid-framework.less')
-rw-r--r--less/mixins/grid-framework.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins/grid-framework.less b/less/mixins/grid-framework.less
index 8c23eed24e..0c73c88b9c 100644
--- a/less/mixins/grid-framework.less
+++ b/less/mixins/grid-framework.less
@@ -19,8 +19,8 @@
// Prevent columns from collapsing when empty
min-height: 1px;
// Inner gutter via padding
- padding-left: ceil((@grid-gutter-width / 2));
padding-right: floor((@grid-gutter-width / 2));
+ padding-left: ceil((@grid-gutter-width / 2));
}
}
.col(1); // kickstart it