]> arthur.barton.de Git - ngircd-web.git/commitdiff
Fixed minor CSS bugs.
authorAlexander Barton <alex@barton.de>
Sun, 25 Dec 2005 13:57:31 +0000 (13:57 +0000)
committerAlexander Barton <alex@barton.de>
Sun, 25 Dec 2005 13:57:31 +0000 (13:57 +0000)
style.css

index cf1c9a25ff61e2464a52c22c87305237eac7d8db..2710c452c20743b4c8c27788ed695f5e1d088116 100644 (file)
--- a/style.css
+++ b/style.css
@@ -11,10 +11,10 @@ BODY {
        margin: 30px;
 }
 
-A:visited { color: purple; background: transparent; }
-A:link { color: navy; background: transparent; }
-A:active { color: red; background: transparent; }
-A:hover { background: #ffa; }
+A:visited { color: purple; background-color: transparent; }
+A:link { color: navy; background-color: transparent; }
+A:active { color: red; background-color: transparent; }
+A:hover { color: inherit; background-color: #ffa; }
 
 H1, H2, H3 {
        font-family: Verdana, sans-serif;
@@ -34,7 +34,7 @@ DD { margin-bottom: 1em; }
 
 UL { list-style-type: square; }
 
-SMALL { line-height: 1; }
+SMALL { line-height: 1em; }
 
 .Hint {
        padding: 1px;