[Initscripts-ng-commits] r105 - in /trunk/www/soc2006-bootsystem: code/checkLSB2html sitewide.css

dvictoria-guest at users.alioth.debian.org dvictoria-guest at users.alioth.debian.org
Mon Aug 7 22:33:32 UTC 2006


Author: dvictoria-guest
Date: Mon Aug  7 22:33:31 2006
New Revision: 105

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=105
Log:
lsblist colors

Modified:
    trunk/www/soc2006-bootsystem/code/checkLSB2html
    trunk/www/soc2006-bootsystem/sitewide.css

Modified: trunk/www/soc2006-bootsystem/code/checkLSB2html
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/www/soc2006-bootsystem/code/checkLSB2html?rev=105&op=diff
==============================================================================
--- trunk/www/soc2006-bootsystem/code/checkLSB2html (original)
+++ trunk/www/soc2006-bootsystem/code/checkLSB2html Mon Aug  7 22:33:31 2006
@@ -229,7 +229,7 @@
 	    	print "---------------------------------------\n";
 	
 		print STDERR "\<tr class=\'red\'\>\n" if $web;
-		print STDERR "\<td\>\<strong\>\<a name=$script\>\<a href=lsblistKey.html#$script>$script</a></a>\<\/strong\>\<\/td\>\n" if $web;
+		print STDERR "\<td\>\<strong\>\<a name=$script\>\<a class=\'contrast\' href=lsblistKey.html#$script>$script</a></a>\<\/strong\>\<\/td\>\n" if $web;
 		print STDERR "\<td\>$pkg\<\/td\>\n" if $web;
 		print STDERR "\<td\>none\<\/td\>\n" if $web;
 		print STDERR "\<td\>\<a class=\'contrast\' href=http:\/\/bugs.debian.org\/cgi-bin\/bugreport.cgi?bug=$bts\>$bts\<\/a\>\<\/td\>\n" if $web;

Modified: trunk/www/soc2006-bootsystem/sitewide.css
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/www/soc2006-bootsystem/sitewide.css?rev=105&op=diff
==============================================================================
--- trunk/www/soc2006-bootsystem/sitewide.css (original)
+++ trunk/www/soc2006-bootsystem/sitewide.css Mon Aug  7 22:33:31 2006
@@ -212,15 +212,15 @@
 }
 table.pkg tr.yellow {
 	color: #000000;
-	background-color: #f0f005;
+	background-color: #ffff00;
 }
 table.pkg tr.green {
 	color: #000000;
-	background-color: #a0f005;
+	background-color: #00ff00;
 }
 table.pkg tr.red {
 	color: #000000;
-	background-color: #f03000;
+	background-color: #ff0000;
 }
 table.pkg tr.othered {
 	color: #000000;




More information about the Initscripts-ng-commits mailing list