Commit 5179df19 authored by Mark Otto's avatar Mark Otto

css tests cleanup

parent de7aee24
...@@ -75,18 +75,25 @@ ...@@ -75,18 +75,25 @@
<div class="container"> <div class="container">
<style> <style>
body { /* nuke background */
body {
background-image: none; background-image: none;
} }
.col1 { /* space out subhead */
.subhead {
margin-bottom: 36px;
}
/* colgroup tests */
.col1 {
background-color: rgba(255,0,0,.1); background-color: rgba(255,0,0,.1);
} }
.col2 { .col2 {
background-color: rgba(0,255,0,.1); background-color: rgba(0,255,0,.1);
} }
.col3 { .col3 {
background-color: rgba(0,0,255,.1); background-color: rgba(0,0,255,.1);
} }
</style> </style>
<!-- Masthead <!-- Masthead
......
<style> <style>
body { /* nuke background */
body {
background-image: none; background-image: none;
} }
.col1 { /* space out subhead */
.subhead {
margin-bottom: 36px;
}
/* colgroup tests */
.col1 {
background-color: rgba(255,0,0,.1); background-color: rgba(255,0,0,.1);
} }
.col2 { .col2 {
background-color: rgba(0,255,0,.1); background-color: rgba(0,255,0,.1);
} }
.col3 { .col3 {
background-color: rgba(0,0,255,.1); background-color: rgba(0,0,255,.1);
} }
</style> </style>
<!-- Masthead <!-- Masthead
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment