From e83ef5174b4fd1526ce6b9fca701f2404ef78b1a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 10 May 2016 17:15:53 +0200 Subject: slightly more fancy geocoordinate candidate list --- public/static/default.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'public') 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 { -- cgit v1.2.3