diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-23 14:23:44 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-23 14:23:44 +0200 |
commit | c8b69ecec5e76f2c946ee4f401c51855aa2332e5 (patch) | |
tree | 4d1fa54b088a6456fc7c7d7cb2b243e00159677f | |
parent | b102903ee4f5e8845742075c36991a3a7759e1fa (diff) |
Text-decoration and color in sidebar hover.
-rw-r--r-- | local.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -118,7 +118,12 @@ DIV#sidebar A { font-weight: bold; } -DIV#wrapper{ +DIV#sidebar A:hover { + text-decoration: underline; + color: LightBlue; +} + +DIV#wrapper { float: right; width: 60%; margin-right: 20%; |