From 292dbd97004716b0d9d59fe88d432ce6c3782871 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 13 Mar 2017 12:06:51 +0100 Subject: sleepmap-theme/static/css/main.css: Removing borders in tables under #contact. Resizing table width to 100%. --- sleepmap-theme/static/css/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sleepmap-theme/static/css/main.css b/sleepmap-theme/static/css/main.css index 8e4a582..7f3a057 100644 --- a/sleepmap-theme/static/css/main.css +++ b/sleepmap-theme/static/css/main.css @@ -122,6 +122,11 @@ thead td {border: thin solid grey;} tbody td {padding: .5em .4em; border: thin solid grey;} tbody th {border: thin solid grey;} +/* disable borders on about page */ +#contact table tbody td{border: none; padding: 0} +#contact table tbody th{border: none; padding: 0} +#contact table{width: 100%} + tbody .alt td {} tbody .alt th {} -- cgit v1.2.3