aboutsummaryrefslogtreecommitdiff
path: root/web/style/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style/layout.css')
-rw-r--r--web/style/layout.css9
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;
}