Minor improvements to html export css so links aren't as ugly

This commit is contained in:
Pragmatic Software 2013-10-13 10:56:01 +00:00
parent d374fdfc01
commit 6bb3e86f33
2 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,7 @@ use warnings;
# These are set automatically by the build/commit script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 450,
BUILD_REVISION => 451,
BUILD_DATE => "2013-10-13",
};

View File

@ -1,4 +1,9 @@
body, h1, h2 { font-family:Arial, Helvetica, sans-serif; }
h3 { font-family:Arial, Helvetica, sans-serif; color:#55717d; }
a:link { text-decoration:none; color:#55717d; }
a:visited { text-decoration:none; color:#55717d; }
a:hover { text-decoration:none; color:#18a3de; font-weight:bold; }
/* tables */
table.tablesorter {