diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-02-21 00:17:17 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-02-21 00:17:17 -0800 |
commit | c2c9c271553775e9481e8a8f70ddc25bc3273eac (patch) | |
tree | ccfc306d20a3a00da1d4646d0340f3a86c879576 /static/style | |
parent | 90f58b36ecc39a1e2108bbdf65da3f184bc57247 (diff) | |
download | bnewnet-c2c9c271553775e9481e8a8f70ddc25bc3273eac.tar.gz bnewnet-c2c9c271553775e9481e8a8f70ddc25bc3273eac.zip |
misc forgot to -a
Diffstat (limited to 'static/style')
-rw-r--r-- | static/style/default.css | 6 |
1 files changed, 5 insertions, 1 deletions
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; } |