diff options
Diffstat (limited to 'less/tests/css-tests.css')
| -rw-r--r-- | less/tests/css-tests.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/less/tests/css-tests.css b/less/tests/css-tests.css new file mode 100644 index 000000000..95067048d --- /dev/null +++ b/less/tests/css-tests.css @@ -0,0 +1,35 @@ +/*! + * Bootstrap CSS Tests + */ + + +/* Remove background image */ +body { + background-image: none; +} + +/* Space out subhead */ +.subhead { + margin-bottom: 36px; +} +h4 { + margin-bottom: 5px; +} + + +/* colgroup tests */ +.col1 { + background-color: rgba(255,0,0,.1); +} +.col2 { + background-color: rgba(0,255,0,.1); +} +.col3 { + background-color: rgba(0,0,255,.1); +} + + +/* Fluid row inputs */ +#fluidRowInputs .row-fluid > [class*=span] { + background-color: rgba(255,0,0,.1); +} |
