[dw-free] Remove hacks for obsolete browsers from layouts
[commit: http://hg.dwscoalition.org/dw-free/rev/2a739f694d15]
http://bugs.dwscoalition.org/show_bug.cgi?id=1360
Clean up CSS.
Patch by
av8rmike.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1360
Clean up CSS.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/negatives/layout.s2
-------------------------------------------------------------------------------- diff -r 772a23685e96 -r 2a739f694d15 bin/upgrading/s2layers/negatives/layout.s2 --- a/bin/upgrading/s2layers/negatives/layout.s2 Wed Jul 08 15:56:19 2009 +0000 +++ b/bin/upgrading/s2layers/negatives/layout.s2 Wed Jul 08 15:59:15 2009 +0000 @@ -288,10 +288,6 @@ function print_stylesheet() letter-spacing:.3em; padding: 0.5em 0; } - /* Hide from IE5-Mac \*/ - * html .module {height: 1%;} - /* end hide *//*** This hack will make IE5-win display the background color for the nav ***/ - /*test*/ .userpic{ float:right;} .entry, .entry-wrapper, .comment, .comment-wrapper { @@ -386,9 +382,6 @@ function print_stylesheet() text-align: center; font-size: 0.8em; padding:5px; - margin: -20px 200px 0px 110px; /* ie5win fudge begins */ - voice-family: "\\"}\\""; - voice-family:inherit; margin: 0px 190px 0px 100px; } html>body #module-calendar { @@ -403,13 +396,6 @@ function print_stylesheet() .module-calendar a:hover{ color: $*color_module_link_hover; } - - /*Holly Hack*/ - /* Hides from IE-mac \*/ - - * html .entry {height: 1%;} - * html #primary {height: 1%;} - /* End hide from IE-mac */ .floatclear { visibility: hidden; --------------------------------------------------------------------------------