Fix background colours in Top 10 tables on front-page

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-01-25 18:13:55 +01:00
parent 0dbf1312a5
commit 06eadf0a29

View File

@@ -31,6 +31,12 @@ TR.buttons { background-color: #BDDAE5 }
TD.button { background-color: #BDDAE5 }
TD.button2 { background-color: #ABB2D5; }
/* misc table styles */
.rowtitle { background-color: black; color: white; font-weight: bold; }
/* misc backgrounds from color name */
.white { background-color: #FFFFFF; }
/* query row colors */
.color0 { background-color: #E0E0E0 }
.color1 { background-color: #C0C0C0 }