From 1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Wed, 17 Dec 2008 18:05:15 -0800 Subject: Code drop from //branches/cupcake/...@124589 --- WebCore/css/quirks.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'WebCore/css/quirks.css') 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 +} -- cgit v1.1