diff options
Diffstat (limited to 'wiki/css')
-rw-r--r-- | wiki/css | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,9 +1,24 @@ +h1 { + background-color: #bbffff; +} + +h2 { + background-color: #ddffff; +} + + table { border-collapse: collapse; border: solid 1px gray; + background-color: #fff2d9; +} + +table th { + background-color: #ffdd99; + border: solid 1px gray; } -table th, table td { +table td { border: solid 1px gray; } |