From: Alexander Barton Date: Sun, 25 Dec 2005 13:57:31 +0000 (+0000) Subject: Fixed minor CSS bugs. X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=12473e7f53a7996f24e96bc3038934f8a4478139;p=ngircd-web.git Fixed minor CSS bugs. --- diff --git a/style.css b/style.css index cf1c9a2..2710c45 100644 --- 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;