From: Sebastian Riedel Date: Wed, 19 Oct 2005 08:36:56 +0000 (+0000) Subject: Updated css X-Git-Tag: 5.7099_04~1191 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d114e0339f19bd090b0ac9a9bc0eab0b0419aba5;hp=ab2374d3a68f4d44601813f351b38222822b7c39 Updated css --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6e1a14f..8cba4f4 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -551,13 +551,22 @@ sub welcome_message { margin-right: 20px; font-family: garamond, verdana, tahoma, sans-serif; } + :link, :visited { + text-decoration: none; + color: #b00; + border-bottom: 1px dotted #bbb; + } + :link:hover, :visited:hover { + background-color: #fff; + color: #555; + } div#topbar { margin: 0px; } div#answers { padding: 8px; margin: 10px; - background-color: #eee; + background-color: #fff; border: 1px solid #aaa; -moz-border-radius: 10px; }