git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@8003
7a7537e8-13f0-0310-91df-
b6672ffda945
}
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%;