diff options
| author | Mark Otto <[email protected]> | 2012-07-05 15:11:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-05 15:11:54 -0700 |
| commit | 3c07eaa251b73e6c5eff4b56e074c54708a4b4ba (patch) | |
| tree | aa81aea712ca7012cb7bf580ff0e8287c52c21ab /less/tests/css-tests.css | |
| parent | c6ee96c02587aeea0da52018325c100bfd45127a (diff) | |
| download | bootstrap-3c07eaa251b73e6c5eff4b56e074c54708a4b4ba.tar.xz bootstrap-3c07eaa251b73e6c5eff4b56e074c54708a4b4ba.zip | |
updates to type scale
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..628dbba6f 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 { + xbackground-color: rgba(255,0,0,.2); +} /* colgroup tests */ |
