diff options
| author | Mark Otto <[email protected]> | 2012-09-25 22:20:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-25 22:20:24 -0700 |
| commit | 08eea302ef05195e47cb32af85adcb1a735a6263 (patch) | |
| tree | c63fef3fecf3abc8bf49a4c1a19c747ec7bdc0d9 /less/tests/css-tests.css | |
| parent | 151ed38cdcd938d4495482fb848736ee7b885c64 (diff) | |
| download | bootstrap-08eea302ef05195e47cb32af85adcb1a735a6263.tar.xz bootstrap-08eea302ef05195e47cb32af85adcb1a735a6263.zip | |
remove remaining fluid grid css
Diffstat (limited to 'less/tests/css-tests.css')
| -rw-r--r-- | less/tests/css-tests.css | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/less/tests/css-tests.css b/less/tests/css-tests.css index 9edaf69bf..8ab487db2 100644 --- a/less/tests/css-tests.css +++ b/less/tests/css-tests.css @@ -44,28 +44,6 @@ body { } -/* Fluid row inputs */ -#rowInputs .row > [class*=span], -#fluidRowInputs .row-fluid > [class*=span] { - background-color: rgba(255,0,0,.1); -} - - -/* Fluid grid */ -.fluid-grid { - margin-bottom: 45px; -} -.fluid-grid .row { - height: 40px; - padding-top: 10px; - margin-top: 10px; - color: #ddd; - text-align: center; -} -.fluid-grid .span1 { - background-color: #999; -} - /* Gradients */ |
