From 08eea302ef05195e47cb32af85adcb1a735a6263 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 25 Sep 2012 22:20:24 -0700 Subject: remove remaining fluid grid css --- less/tests/css-tests.css | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'less/tests/css-tests.css') 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 */ -- cgit v1.2.3