kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-09-09 04:40 pm

[dw-free] Support colours broken in IE7

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

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

Fix CSS to display properly in IE7.

Patch by [personal profile] afuna.

Files modified:
  • htdocs/support/help.bml
--------------------------------------------------------------------------------
diff -r e165cd73758f -r e75c1481712e htdocs/support/help.bml
--- a/htdocs/support/help.bml	Wed Sep 09 16:14:09 2009 +0000
+++ b/htdocs/support/help.bml	Wed Sep 09 11:39:43 2009 -0500
@@ -1,16 +1,16 @@
 <?page
 head<=
 <style type='text/css'>
-.green {
+.green, .green td {
     background-color: #d0eed0;
 }
-.yellow {
+.yellow, .yellow td {
     background-color: #eeeed0;
 }
-.red {
+.red, .red td {
     background-color: #eed0d0;
 }
-.clicked {
+.clicked, .clicked td {
     background-color: #d0d0ee;
 }
 </style>
--------------------------------------------------------------------------------