mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-04-02 03:30 am

[dw-free] IE6 doesn't display inline-block properly (negatives)

[commit: http://hg.dwscoalition.org/dw-free/rev/87ad1d2e635b]

http://bugs.dwscoalition.org/show_bug.cgi?id=643

IE6 fix for Negatives style.

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/negatives/layout.s2
--------------------------------------------------------------------------------
diff -r d8086ad0b26a -r 87ad1d2e635b bin/upgrading/s2layers/negatives/layout.s2
--- a/bin/upgrading/s2layers/negatives/layout.s2	Wed Apr 01 16:51:22 2009 +0000
+++ b/bin/upgrading/s2layers/negatives/layout.s2	Thu Apr 02 03:30:42 2009 +0000
@@ -207,10 +207,9 @@ function print_stylesheet()
         line-height: 1.2em; }
     .module-group-primary ul li {
         font-weight: bold;
-        display: inline-block;
-        padding: 1px 0;
+        display: inline;
+        padding: 0.2em 2em;
         margin: 3px 0;
-        width: 10em;
      }
     .module-group-primary ul li.first {
         margin-left: 0;
--------------------------------------------------------------------------------