Hey devs,

I just discovered that the {float} boxes I've been adding to the
Confluence wiki pages export in a way that doesn't work properly in IE
browsers.  (The boxes stretch to the full width of the pages.)

A simple fix is to apply the following patch under the
"/post-5.2-site" branch.  Can someone commit this for me?

Index: publish/styles/style.css
===================================================================
--- publish/styles/style.css    (revision 1050866)
+++ publish/styles/style.css    (working copy)
@@ -222,3 +222,5 @@
     width: 300px;
     float: left;
 }
+
+#content .navmenu TABLE { width: auto !important }



Can

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to