]> i-scream Git - www.i-scream.org.git/commitdiff
Some fixes to sort the colours of links.
authorTim Bishop <tim@bishnet.net>
Wed, 13 Jun 2001 23:07:43 +0000 (23:07 +0000)
committerTim Bishop <tim@bishnet.net>
Wed, 13 Jun 2001 23:07:43 +0000 (23:07 +0000)
cgi-bin/cvslog.cgi

index d3ca45366881446ae76c37990f9d6dc30e4ae8e6..f967c4fc314b38448ec4a0caf3bc284682bdc728 100755 (executable)
@@ -49,7 +49,7 @@ print <<"END";
  <title>The i-scream Project Commit Log</title>
 </head>
 
-<body bgcolor="#ffffff" link="#ffffff" alink="#ffffff" vlink="#ffffff" text="#000066">
+<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
 
 <table border="0" cellpadding="2" cellspacing="2">
  <tr>
@@ -76,7 +76,7 @@ my(@modules) = split (/\s+/, $modulelist);
 foreach my $module (@modules) {
 
     print "<table border=\"0\" bgcolor=\"#000066\" cellpadding=\"5\" width=\"100%\">\n\n";
-    print "<tr><td>\n<font size=\"4\"><b><a href=\"/cgi-bin/cvs/viewcvs.cgi/$module\">$module module</a></b></font>\n</td></tr>\n\n";
+    print "<tr><td>\n<font size=\"4\"><b><a href=\"/cgi-bin/cvs/viewcvs.cgi/$module\" style=\"color: white\">$module module</a></b></font>\n</td></tr>\n\n";
     print "<tr><td bgcolor=\"white\">\n";
 
     my(@lines) = `$logcmd $module 2>&1`;