[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] WebHelp display issue
Hi David,
From your reply, it seems I didn't get my point across. Excuse me for (a) top-posting and (b) sending a screen shot to the list, but I think a picture says more than a thousand words in this case. I don't think the following is expected behavior (this is from http://docbook.sourceforge.net/release/xsl/current/webhelp/docs/content/ch01.html,
I've just committed the following change to webhelp's css. I think it will take care of the issue. We should see the result on the snapshot machine soon: http://snapshots.docbook.org/xsl/webhelp/docs/content/ch01.html
Thanks! I've pulled the changes, and built with the new CSS file. The horizontal scroll bar goes away for many of my pages, but when they're wide (wide graphics, program listings, etc.), it reappears (of course), and the effect with contents sliding under the left pane comes back. So I'm afraid adjusting the minimum width didn't fix the issue.
Also, I noticed that positioning.css has grown significantly since the last time I pulled the snapshots (about 12 days ago). The size has tripled, and from looking at (my) svn diff this is due to the fact that many, many lines have been added that set colors (for tr, th, div, span, and many other elements). These look like inadvertent changes to me, because they would effectively "hard-code" colors in the layout.
Cheers, Stefan
Index: positioning.css =================================================================== - --- positioning.css (revision 9198) +++ positioning.css (working copy) @@ -114,7 +114,7 @@ color: #000000; /*border-left: 2px solid #cccccc; overflow :scroll;*/ z-index: 1000; - - min-width:800px; + min-width:200px; } #navheader { -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJPOoM9AAoJEMHeSXG7afUhAT4H+wRbSbOAdtyA9S6gDSlaCTjp kEGffS+fgqBP/KpQEtX+1oOTDi6XHYcgHmuWAQ4hZuj5HX2ShPwXsOolTC1iZJUK DxnmOXmea0S2FFbzvYv3dS35w+VpwD30Zb0dBXaogQFJ6uQw0rsSP2E9idkeu528 0cARbKXQuBthfo5GyzbX7oRWphlG1w6acmJsxWbOLmqHmT8VGIhE7yQ+Mmx90M8f rSd/bzmPRA6/jxvYogBV5rD2paGyGTMpnE0ZO2uv/hcbGNcEBmLfOHoMabD8/y+m lPhgBMF9Cp/qmNDPrsnklKn/RZkjeKmC7NUyG0LAtjzjj+RuaWhbfO3pjKEJfHM= =euQn -----END PGP SIGNATURE-----
-- Cheers, Stefan Hinz <stefan.hinz@oracle.com>, MySQL Documentation Manager Phone: +49-30-82702940, Fax: +49-30-82702941, http://dev.mysql.com/doc ORACLE Deutschland B.V.& Co. KG Registered Office: Riesstr. 25, 80992 Muenchen, Germany Commercial Register: Local Court Of Munich, HRA 95603 Managing Director: Jürgen Kunz General Partner: ORACLE Deutschland Verwaltung B.V. Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Register Of Chamber Of Commerce: Midden-Niederlande, No. 30143697 Managing Directors: Alexander van der Ven, Astrid Kepper, Val Maher
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]