diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-05-10 17:19:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-05-10 17:19:45 +0200 |
commit | 5fa18b8b95de0adff58b9124c7b3faf08b185041 (patch) | |
tree | 9cd53147bed8051a1d87e6722bcc95b8dfad90e5 | |
parent | e83ef5174b4fd1526ce6b9fca701f2404ef78b1a (diff) |
decrease text size a bit
-rw-r--r-- | public/static/default.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/public/static/default.css b/public/static/default.css index a61d8db..67747b3 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -421,9 +421,8 @@ div.candidatestatus { div.candidatelist a { display: block; text-decoration: none; - font-size: 200%; - padding: 0.5em; - margin-top: 0.2em; + font-size: 150%; + padding: 0.8em; text-align: center; border-bottom: 2px solid #cccccc; } |