[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
hyatt
hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:19:01 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit f5cec5e3bccf0ccb0b3663a187b77c373fe94dc1
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Jan 10 00:06:49 2003 +0000
The "flow-mode" quirk for lists is just that - a quirk, and should
not be applied when in strict mode.
Fixes diveintomark.org's navigation bar on the front page (issue #2
on his list).
Reviewed by darin and maciej
* khtml/css/html4.css:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3285 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 53418f3..3a0f5c0 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,15 @@
+2003-01-09 David Hyatt <hyatt at apple.com>
+
+ The "flow-mode" quirk for lists is just that - a quirk, and should
+ not be applied when in strict mode.
+
+ Fixes diveintomark.org's navigation bar on the front page (issue #2
+ on his list).
+
+ Reviewed by darin and maciej
+
+ * khtml/css/html4.css:
+
2003-01-08 David Hyatt <hyatt at apple.com>
Finish the KONQBLOCK removal and make sure that table rows and
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 53418f3..3a0f5c0 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,15 @@
+2003-01-09 David Hyatt <hyatt at apple.com>
+
+ The "flow-mode" quirk for lists is just that - a quirk, and should
+ not be applied when in strict mode.
+
+ Fixes diveintomark.org's navigation bar on the front page (issue #2
+ on his list).
+
+ Reviewed by darin and maciej
+
+ * khtml/css/html4.css:
+
2003-01-08 David Hyatt <hyatt at apple.com>
Finish the KONQBLOCK removal and make sure that table rows and
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index cc3efc4..6fe608d 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -267,7 +267,6 @@ UL, MENU, DIR {
list-style-type: disc;
margin: 1_qem 0 1em 0;
padding-left: 40px;
- -konq-flow-mode: -konq-around-floats;
}
OL {
@@ -275,7 +274,6 @@ OL {
list-style-type: decimal;
margin: 1_qem 0 1em 0;
padding-left: 40px;
- -konq-flow-mode: -konq-around-floats;
}
LI {
@@ -540,6 +538,11 @@ marquee {
img[align="right"] {
margin-left: 3px;
}
+
+ /* Make lists flow around floats. */
+ UL, OL, MENU, DIR {
+ -konq-flow-mode: -konq-around-floats;
+ }
}
/* noscript is handled internally, as it depends on the html settings */
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list