You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Bob Harner <bo...@gmail.com> on 2010/12/19 16:49:42 UTC

[WIKI] {float} macro style bug in IE when exported

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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [WIKI] {float} macro style bug in IE when exported

Posted by Howard Lewis Ship <hl...@gmail.com>.
Committed.

On Sun, Dec 19, 2010 at 7:49 AM, Bob Harner <bo...@gmail.com> wrote:

> 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: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to learn
how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

Re: [WIKI] {float} macro style bug in IE when exported

Posted by Howard Lewis Ship <hl...@gmail.com>.
On my TODO list; handle it tomorrow.

On Sun, Dec 19, 2010 at 7:49 AM, Bob Harner <bo...@gmail.com> wrote:

> 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: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to learn
how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com