From f1f616b60079c8592cd0cb974abc5d40c0539096 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 14 May 2009 17:54:43 +0200 Subject: [PATCH] make css better readable Signed-off-by: Nico Schottelius --- local.css | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/local.css b/local.css index 7f0cc390..75a94673 100644 --- a/local.css +++ b/local.css @@ -89,8 +89,23 @@ pre { font-family: sans-serif; } -.header a { margin-right: 1ex; color: #efefef; font-family: sans-serif;} -.tags, #backlinks { background: #640000; border: 2px solid #500000; padding: 4px; color: #efefef; font-family: sans-serif;} +.header a { + margin-right: 1ex; + color: #efefef; + font-family: sans-serif; +} + +.tags, #backlinks { + background: #640000; + border: 2px solid #500000; + margin: 2px; + color: #efefef; + font-family: sans-serif; +} + +.tags { + color: yellow; +} .pagedate { background: #474747; @@ -101,7 +116,6 @@ pre { font-size: 60%; } -.tags { color: yellow } .selflink { background: yellow; color: black } .actions ul { background: #640000; border: none; padding-bottom: 0px; font-family: sans-serif;}