diff options
Diffstat (limited to 'docs/css-tests.html')
| -rw-r--r-- | docs/css-tests.html | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/docs/css-tests.html b/docs/css-tests.html index 6dcec9798..081b27a57 100644 --- a/docs/css-tests.html +++ b/docs/css-tests.html @@ -75,18 +75,25 @@ <div class="container"> <style> -body { - background-image: none; -} -.col1 { - background-color: rgba(255,0,0,.1); -} -.col2 { - background-color: rgba(0,255,0,.1); -} -.col3 { - background-color: rgba(0,0,255,.1); -} + /* nuke background */ + body { + background-image: none; + } + /* space out subhead */ + .subhead { + margin-bottom: 36px; + } + + /* 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); + } </style> <!-- Masthead |
