From 5fa18b8b95de0adff58b9124c7b3faf08b185041 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 10 May 2016 17:19:45 +0200 Subject: decrease text size a bit --- public/static/default.css | 5 ++--- 1 file 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; } -- cgit v1.2.3