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 | |
| 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')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 56850 -> 56863 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 11 | ||||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 453230366..49bc25fb0 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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 { diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 355c82415..3bfd6960e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -253,11 +253,11 @@ a:hover { .row-fluid:after { clear: both; } -.row-fluid > [class*="span"] { +.row-fluid [class*="span"] { float: left; margin-left: 2.127659574%; } -.row-fluid > [class*="span"]:first-child { +.row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid > .span12 { |
