Add links to targets beginning with each letter.
[irspy-moved-to-github.git] / web / htdocs / chrome / style.mc
index 8879620..ffd5e97 100644 (file)
@@ -1,11 +1,11 @@
-/* $Id: style.mc,v 1.3 2006-09-15 16:50:18 mike Exp $ */
+/* $Id: style.mc,v 1.6 2006-09-20 11:37:33 mike Exp $ */
 body {
   color: black;
   background: white;
 }
 
 .banner { background: white }
-.panel1, .panel2 { background: #d4e7f3; padding: 0.5em 1em; }
+.panel1, .panel2 { background: #d4e7f3; padding: 0em 1em; }
 .panel3 { background: #b4c7d3 }
 
 <%doc>Fixing the layout</%doc>
@@ -25,3 +25,6 @@ img { border: 0 }
 .searchform tr td select { background: #ffffc0 }
 
 .thleft th { text-align: left }
+
+.disabled { color: grey }
+.error { color: red; font-weight: bold }