aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/default.css
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-21 00:17:17 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-21 00:17:17 -0800
commitc2c9c271553775e9481e8a8f70ddc25bc3273eac (patch)
treeccfc306d20a3a00da1d4646d0340f3a86c879576 /static/style/default.css
parent90f58b36ecc39a1e2108bbdf65da3f184bc57247 (diff)
downloadbnewnet-c2c9c271553775e9481e8a8f70ddc25bc3273eac.tar.gz
bnewnet-c2c9c271553775e9481e8a8f70ddc25bc3273eac.zip
misc forgot to -a
Diffstat (limited to 'static/style/default.css')
-rw-r--r--static/style/default.css6
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; }