mirror of
https://github.com/pragma-/pbot.git
synced 2025-05-05 06:07:28 +02: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
|
# These are set automatically by the build/commit script
|
||||||
use constant {
|
use constant {
|
||||||
BUILD_NAME => "PBot",
|
BUILD_NAME => "PBot",
|
||||||
BUILD_REVISION => 450,
|
BUILD_REVISION => 451,
|
||||||
BUILD_DATE => "2013-10-13",
|
BUILD_DATE => "2013-10-13",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
body, h1, h2 { font-family:Arial, Helvetica, sans-serif; }
|
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 */
|
/* tables */
|
||||||
table.tablesorter {
|
table.tablesorter {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user