]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Tweak stylesheet.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 3 Oct 2008 15:32:19 +0000 (15:32 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 3 Oct 2008 15:32:19 +0000 (15:32 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@8003 7a7537e8-13f0-0310-91df-b6672ffda945

doc/cups.css

index 5ceddf2af0377755a566554da8764b0bbb77de7a..f9a944d5586cc931c69a30efb198904660ca28f2 100644 (file)
@@ -260,19 +260,34 @@ TABLE.list {
 }
 
 TABLE.list TH {
-  border-bottom: solid 1pt #999999;
+  background: white;
+  border-bottom: solid thin #cccccc;
+  color: #444444;
   padding-top: 10pt;
   padding-left: 5pt;
   text-align: left;
+  vertical-align: bottom;
   white-space: nowrap;
 }
 
+TABLE.list TH A {
+  color: #4444cc;
+}
+
 TABLE.list TD {
   border-bottom: solid thin #eeeeee;
   padding-top: 5pt;
   padding-left: 5pt;
 }
 
+TABLE.list TR:nth-child(even) {
+  background: #f8f8f8;
+}
+
+TABLE.list TR:nth-child(odd) {
+  background: #f4f4f4;
+}
+
 DIV.sidebar {
   float: right;
   min-width: 25%;