kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-09-12 01:36 am

[dw-free] Missing left border on support/help

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

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

Fix for CSS rendering issue in Firefox.

Patch by [personal profile] afuna.

Files modified:
  • htdocs/support/help.bml
--------------------------------------------------------------------------------
diff -r 41b0b9a8069b -r 41f09df7fdac htdocs/support/help.bml
--- a/htdocs/support/help.bml	Fri Sep 11 19:27:15 2009 +0000
+++ b/htdocs/support/help.bml	Fri Sep 11 20:35:46 2009 -0500
@@ -12,6 +12,9 @@ head<=
 }
 .clicked, .clicked td {
     background-color: #d0d0ee;
+}
+table.supporttable {
+    margin-left: 1px;
 }
 </style>
 
--------------------------------------------------------------------------------