From c2c9c271553775e9481e8a8f70ddc25bc3273eac Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 21 Feb 2007 00:17:17 -0800 Subject: misc forgot to -a --- static/style/default.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static/style/default.css') diff --git a/static/style/default.css b/static/style/default.css index 58c3011..2c63d93 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -9,7 +9,11 @@ body { a { text-decoration: none; } a:hover { - border-bottom: 1px solid blue; } + text-decoration: underline; + border-top: 0px solid blue; + border-left: 0px solid blue; + border-right: 0px solid blue; + border-bottom: 0px solid blue; } a.subtle { color: black; text-decoration: none; } -- cgit v1.2.3