diff -r 43ac75054d5c -r a0662cff1d9d static/irclogs.css --- a/static/irclogs.css Tue Feb 10 02:57:16 2009 +0200 +++ b/static/irclogs.css Tue Feb 10 03:22:43 2009 +0200 @@ -9,6 +9,10 @@ color: #000000; } +a { + color: #454545; +} + /* * Menu */ @@ -357,3 +361,9 @@ background-color: #d0d0d0; } +/* Lastlog */ +div#other-formats { + font-size: small; + text-align: center; + font-style: italic; +}