summaryrefslogtreecommitdiffstats
path: root/WebCore/css/quirks.css
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:05:15 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:05:15 -0800
commit1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 (patch)
tree4457a7306ea5acb43fe05bfe0973b1f7faf97ba2 /WebCore/css/quirks.css
parent9364f22aed35e1a1e9d07c121510f80be3ab0502 (diff)
downloadexternal_webkit-1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353.zip
external_webkit-1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353.tar.gz
external_webkit-1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353.tar.bz2
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'WebCore/css/quirks.css')
-rw-r--r--WebCore/css/quirks.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebCore/css/quirks.css b/WebCore/css/quirks.css
index 1b79582..4477708 100644
--- a/WebCore/css/quirks.css
+++ b/WebCore/css/quirks.css
@@ -46,3 +46,9 @@ table {
input:not([type=image]), textarea {
-webkit-box-sizing: border-box;
}
+
+/* Set margin-bottom for form element in quirks mode. */
+/* Compatible with Gecko. (Doing this only for quirks mode is a fix for bug 17696.) */
+form {
+ margin-bottom: 1em
+}