diff options
| author | Mark Otto <[email protected]> | 2012-03-25 16:40:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-25 16:41:46 -0700 |
| commit | 95c2877ffca46aa5812b0b2b2ace6608d309586d (patch) | |
| tree | af696a7337585f486a945cd8a2fc85be0439e10d /docs/assets/css/bootstrap-responsive.css | |
| parent | 8d52e6d458e10c618698cc7698f252003e727eb7 (diff) | |
| download | bootstrap-95c2877ffca46aa5812b0b2b2ace6608d309586d.tar.xz bootstrap-95c2877ffca46aa5812b0b2b2ace6608d309586d.zip | |
remove > in fluid grid selectors, fix double padding issue on fluid layout and example
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index c374fb8e5..560bd7566 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -136,6 +136,9 @@ margin-left: -20px; margin-right: -20px; } + .container-fluid { + padding: 0; + } .container { width: auto; } @@ -282,11 +285,11 @@ .row-fluid:after { clear: both; } - .row-fluid > [class*="span"] { + .row-fluid [class*="span"] { float: left; margin-left: 2.762430939%; } - .row-fluid > [class*="span"]:first-child { + .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid > .span12 { @@ -473,11 +476,11 @@ .row-fluid:after { clear: both; } - .row-fluid > [class*="span"] { + .row-fluid [class*="span"] { float: left; margin-left: 2.564102564%; } - .row-fluid > [class*="span"]:first-child { + .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid > .span12 { |
