[med-svn] r711 - trunk/community/website/inc
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Sun Oct 14 12:47:12 UTC 2007
Author: hanska-guest
Date: 2007-10-14 12:47:12 +0000 (Sun, 14 Oct 2007)
New Revision: 711
Modified:
trunk/community/website/inc/style.css
Log:
Fixing stylesheet (I believed it worked...)
Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css 2007-10-14 12:08:03 UTC (rev 710)
+++ trunk/community/website/inc/style.css 2007-10-14 12:47:12 UTC (rev 711)
@@ -423,22 +423,38 @@
text-align:center;
}
-table.bugs td.wishlist td.minor{
+table.bugs td.wishlist{
background-color:#80efeb;
}
+table.bugs td.minor{
+ background-color:#80efeb;
+}
+
table.bugs td.normal{
background-color:#cf9;
}
-table.bugs td.does-not-build td.important{
+table.bugs td.does-not-build{
background-color:#ff9;
}
-table.bugs td.serious td.grave td.critical{
+table.bugs td.important{
+ background-color:#ff9;
+}
+
+table.bugs td.serious{
background-color:#fc9;
}
+table.bugs td.grave{
+ background-color:#fc9;
+}
+
+table.bugs td.critical{
+ background-color:#fc9;
+}
+
.messageBody{
margin:1.5em 0em;
padding:0.25em 0em;
More information about the debian-med-commit
mailing list