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:
authorMark Otto <markotto@twitter.com>2012-03-26 03:40:51 +0400
committerMark Otto <markotto@twitter.com>2012-03-26 03:41:46 +0400
commit95c2877ffca46aa5812b0b2b2ace6608d309586d (patch)
treeaf696a7337585f486a945cd8a2fc85be0439e10d /less/responsive-767px-max.less
parent8d52e6d458e10c618698cc7698f252003e727eb7 (diff)
remove > in fluid grid selectors, fix double padding issue on fluid layout and example
Diffstat (limited to 'less/responsive-767px-max.less')
-rw-r--r--less/responsive-767px-max.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index bb4a449f8a..7a3318a8fe 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -75,11 +75,16 @@
padding-left: 20px;
padding-right: 20px;
}
+ // Negative indent the now static "fixed" navbar
.navbar-fixed-top,
.navbar-fixed-bottom {
margin-left: -20px;
margin-right: -20px;
}
+ // Remove padding on container given explicit padding set on body
+ .container-fluid {
+ padding: 0;
+ }
// GRID & CONTAINERS
// -----------------