From: Richard Kettlewell Date: Sun, 25 May 2008 22:26:19 +0000 (+0100) Subject: More web appearance fiddling X-Git-Tag: 4.0~52 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/fd4bfc4ff2652e5d7267ad47305c89b51e53d961 More web appearance fiddling --- diff --git a/templates/disorder.css b/templates/disorder.css index 8bd81c6..868bdef 100644 --- a/templates/disorder.css +++ b/templates/disorder.css @@ -256,7 +256,7 @@ div.logo { p.menubar { float:left; margin-left: 4px; - word-spacing: 1em /* Space out menu items */ + word-spacing: 0px } /* Subelements are A for usable menus or SPAN for unusable ones */ @@ -264,17 +264,22 @@ p.menubar a, p.menubar span { font-family: helvetica,sans-serif; font-weight: bold; font-size: 14pt; - text-decoration: none + text-decoration: none; + padding: 4px } /* a.activemenu is the current menu item */ a.activemenu { - color: red; + background-color: black; + color: white; + padding: 4px } /* a.inactivemenu is a non-current but choosable menu item */ a.inactivemenu { - color: black + color: black; + padding:4px; + margin: 0px } /* span.invaliemenu is a non-choosable menu item */