diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-05-10 17:15:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-05-10 17:15:53 +0200 |
commit | e83ef5174b4fd1526ce6b9fca701f2404ef78b1a (patch) | |
tree | d98b647e2081f8e4ed1a9c638f6cda49bc6aeb82 /public/static | |
parent | ccc9e10a2cd2dc87ba98dd77c3514de569be51a5 (diff) |
slightly more fancy geocoordinate candidate list
Diffstat (limited to 'public/static')
-rw-r--r-- | public/static/default.css | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/public/static/default.css b/public/static/default.css index 01e2895..a61d8db 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -421,15 +421,11 @@ div.candidatestatus { div.candidatelist a { display: block; text-decoration: none; - color: black; - padding: 1em; - margin-top: 0.1em; - margin-bottom: 0.1em; - margin-left: auto; - margin-right: auto; - width: 20em; + font-size: 200%; + padding: 0.5em; + margin-top: 0.2em; text-align: center; - background-color: #dddddd; + border-bottom: 2px solid #cccccc; } div.about { |