chiark / gitweb /
More web appearance fiddling
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 25 May 2008 22:26:19 +0000 (23:26 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 25 May 2008 22:26:19 +0000 (23:26 +0100)
templates/disorder.css

index 8bd81c6f972401f7b9bc1be62406c67740b1fd1e..868bdeff84626f308fc94f88e845125ec4434362 100644 (file)
@@ -256,7 +256,7 @@ div.logo {
 p.menubar {
   float:left;
   margin-left: 4px;
 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 */
 }
 
 /* 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;
   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 {
 }
 
 /* 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 {
 }
 
 /* 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 */
 }
 
 /* span.invaliemenu is a non-choosable menu item */