diff options
author | David Runge <dave@sleepmap.de> | 2017-03-13 12:06:51 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-03-13 12:06:51 +0100 |
commit | 292dbd97004716b0d9d59fe88d432ce6c3782871 (patch) | |
tree | b415e35d4813d970b90892ddcdead60dd428628c | |
parent | f58a57706f6b18b3e41442441f3282ecbc19f376 (diff) | |
download | sleepmap-292dbd97004716b0d9d59fe88d432ce6c3782871.tar.gz sleepmap-292dbd97004716b0d9d59fe88d432ce6c3782871.tar.bz2 sleepmap-292dbd97004716b0d9d59fe88d432ce6c3782871.tar.xz sleepmap-292dbd97004716b0d9d59fe88d432ce6c3782871.zip |
sleepmap-theme/static/css/main.css: Removing borders in tables under #contact. Resizing table width to 100%.
-rw-r--r-- | sleepmap-theme/static/css/main.css | 5 |
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 {} |