diff options
| author | Mark Otto <[email protected]> | 2012-07-09 21:13:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-09 21:13:33 -0700 |
| commit | f4877c236968ba61ac76f4862bba49e0354c60e5 (patch) | |
| tree | ca3b3b45e716b307484757c5476681342217e684 /docs/assets/css/bootstrap-responsive.css | |
| parent | 148e5a3d899d5c2d395e2d5749b755efeef2cd38 (diff) | |
| download | bootstrap-f4877c236968ba61ac76f4862bba49e0354c60e5.tar.xz bootstrap-f4877c236968ba61ac76f4862bba49e0354c60e5.zip | |
fix up docs popover examples and copy
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 9a9bd3307..6a420b179 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -800,16 +800,15 @@ .thumbnails { margin-left: 0; } + .thumbnails > li { + float: none; + } [class*="span"], .row-fluid [class*="span"] { display: block; float: none; width: auto; - max-width: 100%; margin-left: 0; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; } .input-large, .input-xlarge, |
