diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-08-13 21:12:41 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-08-13 21:12:41 -0700 |
commit | 3399247f64ab4a184cc6000c3054e0e206fb0172 (patch) | |
tree | 75ffd1f67f7c050ec75ea317996d72f87c376743 /static/style | |
parent | 86978e28a9437e9a7c199188a7055cee193f6fb0 (diff) | |
download | bnewnet-3399247f64ab4a184cc6000c3054e0e206fb0172.tar.gz bnewnet-3399247f64ab4a184cc6000c3054e0e206fb0172.zip |
more IE compatability changes
Diffstat (limited to 'static/style')
-rw-r--r-- | static/style/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style/default.css b/static/style/default.css index b743e5b..1dd48e1 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -189,8 +189,9 @@ pre.large { .right_stuff a { color: #7777DD; } .right_stuff a:visited { - /* color: #BB77BB; */ color: #7777DD; } +.right_stuff a:hover { + text-decoration: none; } .right_stuff img { border: 1px solid black; } .photo_thumb { |