list items flowing around floats
David Hyatt
hyatt at apple.com
Mon Oct 20 00:41:59 CEST 2003
It's caused by a style rule in our quirks.css that I had meant to ask
about. The following patch fixes the bug:
-------------- next part --------------
Index: khtml/css/quirks.css
===================================================================
RCS file: /local/home/cvs/Labyrinth/WebCore/khtml/css/quirks.css,v
retrieving revision 1.5
diff -u -p -r1.5 khtml/css/quirks.css
--- khtml/css/quirks.css 2003/07/24 22:07:45 1.5
+++ khtml/css/quirks.css 2003/10/20 06:41:07
@@ -16,11 +16,6 @@ img[align="right"] {
margin-left: 3px;
}
-/* Make lists flow around floats. */
-UL, OL, MENU, DIR {
- -khtml-flow-mode: -khtml-around-floats;
-}
-
/* Tables reset both line-height and white-space in quirks mode.
Compatible with WinIE. Note that font-family is *not reset*. */
TABLE {
-------------- next part --------------
dave
On Oct 19, 2003, at 9:31 PM, Dirk Mueller wrote:
>
> Hi,
>
> does this work meanwhile in your tree?
>
> http://khtml.homeip.net/53429.html
>
>
> --
>> Looking for a KDE-related EMail-Alias ? Get one at kdemail.net for
>> FREE! <
> _______________________________________________
> Khtml-devel at mail.kde.org
> http://mail.kde.org/mailman/listinfo/khtml-devel
More information about the Khtml-devel
mailing list