Use bold green font for the link
authorJoey Schulze <joey@infodrom.org>
Fri, 17 Nov 2006 08:35:39 +0000 (08:35 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 17 Nov 2006 08:35:39 +0000 (08:35 +0000)
Styles/projects.style

index 8db3105..3c43c76 100644 (file)
 #  $delim = '<line color="XXXXXX">';
 #  $delim =~ s/XXXXXX/$menucolor/;
   $delim = "<p>";
-  $row = "<b>%s</b>: %s <a href=\"news-%s.php3\"><font size=\"-1\" color=\"#$menucolor\"><b>[more]</b></font></a>";
+  $row = "<b>%s</b>: %s <a href=\"news-%s.php3\"><span style="color: 20b705; text-weight: bold">[more]</span></a>";
   
   @news = get_news_list ();
 
 
 <:
   $delim = "<p>";
-  $row = "<b>%s</b>: Version %s <a href=\"changes-%s.php3\"><font size=\"-1\" color=\"#$menucolor\"><b>[more]</b></font></a>";
+  $row = "<b>%s</b>: Version %s <a href=\"changes-%s.php3\"><span style="color: 20b705; text-weight: bold">[more]</span></a>";
   
   @changes = get_changes_list ();