From 68d3107ada0b68ee82a462cae212b9f2704c4a8c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 11 Sep 2020 20:16:51 +0200 Subject: Remove table styling --- themes/xmin/static/css/style.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'themes/xmin') 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 { padding: 3px 1em 3px; } -table { - border-bottom: 1px solid #666; - border-top: 1px solid #666; - margin: auto; -} table thead th { border-bottom: 1px solid #ddd; } th, td { padding: 5px; } thead, tfoot, tr:nth-child(even) { background: #eee; } -- cgit 1.4.1