diff options
| author | Mark Otto <[email protected]> | 2012-07-07 00:48:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-07 00:48:15 -0700 |
| commit | 7cc916d1378847d9e6e353d553f6d73aeab386d2 (patch) | |
| tree | 18fa4da13038127e8f758ace7f6b986b7349dcbf /less/tests/css-tests.css | |
| parent | c7f6499235ca873d08886672aed1fa8168ca3ee6 (diff) | |
| parent | 095e052606a8e1afb496ec4a1e95567a7f123827 (diff) | |
| download | bootstrap-7cc916d1378847d9e6e353d553f6d73aeab386d2.tar.xz bootstrap-7cc916d1378847d9e6e353d553f6d73aeab386d2.zip | |
Merge branch '21jumpst' into 2.1.0-wip
Diffstat (limited to 'less/tests/css-tests.css')
| -rw-r--r-- | less/tests/css-tests.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/less/tests/css-tests.css b/less/tests/css-tests.css index e0870be44..6001f53aa 100644 --- a/less/tests/css-tests.css +++ b/less/tests/css-tests.css @@ -12,9 +12,24 @@ body { .subhead { margin-bottom: 36px; } -h4 { +/*h4 { margin-bottom: 5px; } +*/ + +.type-test { + margin-bottom: 20px; + padding: 0 20px 20px; + background: url(../../docs/assets/img/grid-baseline-20px.png); +} +.type-test h1, +.type-test h2, +.type-test h3, +.type-test h4, +.type-test h5, +.type-test h6 { + background-color: rgba(255,0,0,.2); +} /* colgroup tests */ |
