[Cdd-commits] r1206 - cdd/trunk/webtools/inc

CDD Subversion Commit noreply at alioth.debian.org
Wed Nov 5 07:25:30 UTC 2008


Author: tille
Date: Wed Nov  5 07:25:30 2008
New Revision: 1206

Modified:
   cdd/trunk/webtools/inc/style.css
Log:
Reflect color scheme in legend


Modified: cdd/trunk/webtools/inc/style.css
==============================================================================
--- cdd/trunk/webtools/inc/style.css	(original)
+++ cdd/trunk/webtools/inc/style.css	Wed Nov  5 07:25:30 2008
@@ -515,7 +515,7 @@
 	font-weight:bold;
 }
 
-span.bad{
+span.bad, td.bad {
 	background-color:#fc9;
 	font-weight:bold;
 	padding-left:0.5em;
@@ -523,12 +523,12 @@
 	padding-bottom:0pt;
 }
 
-dt.pass{
+dt.pass {
 	background-color:#fe9;
 	font-weight:bold;
 }
 
-span.pass{
+span.pass, td.pass {
 	background-color:#fc9;
 	font-weight:bold;
 	padding-left:0.5em;
@@ -542,7 +542,7 @@
 	font-style:italic;
 }
 
-span.satisfactory{
+span.satisfactory, td.satisfactory{
 	background-color:#ff9;
 	font-weight:normal;
 	font-style:italic;
@@ -557,7 +557,7 @@
 	font-style:italic;
 }
 
-span.good{
+span.good, td.good{
 	background-color:#cf9;
 	font-weight:normal;
 	padding-left:0.5em;
@@ -571,7 +571,7 @@
 	font-style:italic;
 }
 
-span.verygood{
+span.verygood, td.verygood{
 	background-color:#80efeb;
 	font-weight:normal;
 	font-style:italic;
@@ -580,6 +580,13 @@
 	padding-bottom:0pt;
 }
 
+td.excellent{
+	font-weight:normal;
+	padding-left:0.5em;
+	padding-top:0pt;
+	padding-bottom:0pt;
+}
+
 table.project {
 	border-spacing: 0px;
 	margin-bottom: 2em;



More information about the Cdd-commits mailing list