diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/style/layout.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index 9f63c53..29c179d 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -158,7 +158,10 @@ summary h3 { width: max(10em, 40%); } -table.border td, -table.border th { - border: 1px solid gray; +table.striped tr:nth-child(2n) { + background-color: #fff2; +} +table.striped td { + border: none; + padding: 5px; } |