about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2020-09-11 20:16:51 +0200
committerAlan Pearce2020-09-11 20:16:51 +0200
commit68d3107ada0b68ee82a462cae212b9f2704c4a8c (patch)
tree261790fd0abd21a1d45900b3084392a7514e4130
parent7bb6fb8b4d4401cced82b7e9cbfe2b845e2cd49f (diff)
downloadwebsite-68d3107ada0b68ee82a462cae212b9f2704c4a8c.tar.xz
website-68d3107ada0b68ee82a462cae212b9f2704c4a8c.zip
Remove table styling
-rw-r--r--themes/xmin/static/css/style.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/themes/xmin/static/css/style.css b/themes/xmin/static/css/style.css index 8d456af..d4ef517 100644 --- a/themes/xmin/static/css/style.css +++ b/themes/xmin/static/css/style.css
@@ -51,11 +51,6 @@ blockquote {
51 padding: 3px 1em 3px; 51 padding: 3px 1em 3px;
52} 52}
53 53
54table {
55 border-bottom: 1px solid #666;
56 border-top: 1px solid #666;
57 margin: auto;
58}
59table thead th { border-bottom: 1px solid #ddd; } 54table thead th { border-bottom: 1px solid #ddd; }
60th, td { padding: 5px; } 55th, td { padding: 5px; }
61thead, tfoot, tr:nth-child(even) { background: #eee; } 56thead, tfoot, tr:nth-child(even) { background: #eee; }