diff options
| author | Mark Otto <[email protected]> | 2012-04-24 06:52:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-24 06:52:57 -0700 |
| commit | 7b282798a38517742714fba3868737e5d33fb0d7 (patch) | |
| tree | 711d53b641ede1842ad036df6190134a314103a1 /less/tests/css-tests.css | |
| parent | 5be84ad0b7156edcd53d4c1ef81ad0f8cf0cbe4b (diff) | |
| download | bootstrap-7b282798a38517742714fba3868737e5d33fb0d7.tar.xz bootstrap-7b282798a38517742714fba3868737e5d33fb0d7.zip | |
officially drop support for offset on thumbnails since it breaks BC
Diffstat (limited to 'less/tests/css-tests.css')
| -rw-r--r-- | less/tests/css-tests.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/less/tests/css-tests.css b/less/tests/css-tests.css index a4f07e936..ac764270a 100644 --- a/less/tests/css-tests.css +++ b/less/tests/css-tests.css @@ -36,13 +36,15 @@ h4 { /* Fluid grid */ +.fluid-grid { + margin-bottom: 45px; +} .fluid-grid .row { - height: 60px; + height: 40px; padding-top: 10px; margin-top: 10px; - color: #fff; + color: #ddd; text-align: center; - background-color: #eee; } .fluid-grid .span1 { background-color: #999; |
