aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sleepmap-theme/static/css/main.css5
1 files changed, 5 insertions, 0 deletions
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 {}