mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-25 05:19:29 +01:00
Minor improvements to html export css so links aren't as ugly
This commit is contained in:
parent
d374fdfc01
commit
6bb3e86f33
@ -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",
|
||||
};
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user