[med-svn] r2123 - trunk/community/website/inc

tille at alioth.debian.org tille at alioth.debian.org
Wed Jul 2 09:55:00 UTC 2008


Author: tille
Date: 2008-07-02 09:54:59 +0000 (Wed, 02 Jul 2008)
New Revision: 2123

Modified:
   trunk/community/website/inc/style.css
Log:
Add the task selection style feature for the left menu


Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css	2008-07-02 04:37:48 UTC (rev 2122)
+++ trunk/community/website/inc/style.css	2008-07-02 09:54:59 UTC (rev 2123)
@@ -209,6 +209,16 @@
 	padding:0.5em;
 }
 
+span.link{
+	padding:0.5em;
+}
+
+span.curlink{
+	padding-left:0.5em;
+	padding-right:0.5em;
+	background:#dee7ec;
+}
+
 table{
 	margin:0em 0em 1em 0em;
 	font:9pt sans-serif;
@@ -476,15 +486,15 @@
 }
 
 tr.deb-official {
-	background-color: #cf9;
+	background-color: #ccff99;
 }
 
-tr.deb-inofficial {
-	background-color: #ff9;
+tr.deb-unofficial {
+	background-color: #ffff99;
 }
 
-tr.deb-not-available {
-	background-color: #fc9;
+tr.deb-prospective {
+	background-color: #ffcf99;
 }
 
 td.project-license {




More information about the debian-med-commit mailing list