diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-06-15 02:01:21 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-06-15 02:01:21 +0000 |
commit | dfb5d43d0100b6d55b65428026cf3f65d3816644 (patch) | |
tree | c977af60e71e03320efd59be752754e5c91641bd /media/css | |
parent | 50db0640ceab896fd823634d6387b1d0d7ef3e80 (diff) |
fixed numerous ie rendering errors
Diffstat (limited to 'media/css')
-rw-r--r-- | media/css/ie.css | 4 | ||||
-rw-r--r-- | media/css/ie6.css | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/media/css/ie.css b/media/css/ie.css index 4d6daf9..e679762 100644 --- a/media/css/ie.css +++ b/media/css/ie.css @@ -1,5 +1,5 @@ ul#photo-galleries li {margin-left: 0; margin-right: 16px} ul#writing-archive li img {_margin: 0;} -ul#parks div.legend ul.buttons li a { behavior: url('/css/border-radius.htc'); border-radius: 25px; position: relative;} -span.button a { behavior: url('/css/border-radius.htc'); border-radius: 25px;} +span.button a { background: none; padding: 0;} +span.button a:hover { background: none; color:#b53a04 !important;} diff --git a/media/css/ie6.css b/media/css/ie6.css index 91e71bd..e69de29 100644 --- a/media/css/ie6.css +++ b/media/css/ie6.css @@ -1,2 +0,0 @@ -footer section#about-lux {width: 220px; margin: 0 20px 0 30px;} -footer section#license {float: none; clear: both; width: 560px; padding-top: 30px; text-align: center;}
\ No newline at end of file |