diff --git a/less/tests/css-tests.css b/less/tests/css-tests.css index a4f07e9368..ac764270aa 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; diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 2c44f7d18c..2551d931ef 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -632,6 +632,23 @@

Thumbnails

+

Default thumbnails (no grid sizing)

+ + +