[Blends-commit] [SCM] website branch, master, updated. 07252ace0b18f8bdb79059aa1b4dcf39340d6d0e
Andreas Tille
tille at debian.org
Mon Jul 15 10:09:26 UTC 2013
The following commit has been merged in the master branch:
commit 07252ace0b18f8bdb79059aa1b4dcf39340d6d0e
Author: Andreas Tille <tille at debian.org>
Date: Mon Jul 15 12:12:52 2013 +0200
Fix style
diff --git a/htdocs/inc/style.css b/htdocs/inc/style.css
index ed23bfc..cf3e22d 100644
--- a/htdocs/inc/style.css
+++ b/htdocs/inc/style.css
@@ -1091,8 +1091,8 @@ table.pkg tr.debianOutOfDate {
/* dark yellow */
table.pkg td.outdated {
- color: #000000;
- background-color: #d0d002;
+ color: #ffffff;
+ background-color: #880000;
}
/* green */
@@ -1103,15 +1103,14 @@ table.pkg tr.upToDate {
/* dark green */
table.pkg td.uptodate {
- color: #000000;
- background-color: #004400;
color: #ffffff;
+ background-color: #004400;
}
/* blue */
-table.pkg tr.newer-in-debian {
- color: #000000;
- background-color: #a0050f;
+table.pkg td.newer-in-debian {
+ color: #ffffff;
+ background-color: #0000ee;
}
/* red */
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list