diff options
| author | Mark Otto <[email protected]> | 2012-03-28 17:41:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-28 17:41:40 -0700 |
| commit | 66743676ce83552fbab86ced2fc9e890d0dde6a6 (patch) | |
| tree | 5975da28ec9190a39240db57ab7f3f34fab18bb9 /less/tests/css-tests.css | |
| parent | 93d42ca80e7f100f7543a9689ae80de51b978eae (diff) | |
| download | bootstrap-66743676ce83552fbab86ced2fc9e890d0dde6a6.tar.xz bootstrap-66743676ce83552fbab86ced2fc9e890d0dde6a6.zip | |
moving css tests to less directory
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); +} |
