diff options
Diffstat (limited to 'less/tests/css-tests.css')
| -rw-r--r-- | less/tests/css-tests.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/less/tests/css-tests.css b/less/tests/css-tests.css index 95067048d..a4f07e936 100644 --- a/less/tests/css-tests.css +++ b/less/tests/css-tests.css @@ -33,3 +33,17 @@ h4 { #fluidRowInputs .row-fluid > [class*=span] { background-color: rgba(255,0,0,.1); } + + +/* Fluid grid */ +.fluid-grid .row { + height: 60px; + padding-top: 10px; + margin-top: 10px; + color: #fff; + text-align: center; + background-color: #eee; +} +.fluid-grid .span1 { + background-color: #999; +} |
