diff options
Diffstat (limited to 'WebCore/css/quirks.css')
-rw-r--r-- | WebCore/css/quirks.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/css/quirks.css b/WebCore/css/quirks.css index 4477708..52d07e6 100644 --- a/WebCore/css/quirks.css +++ b/WebCore/css/quirks.css @@ -44,7 +44,7 @@ table { /* This will apply only to text fields, since all other inputs already use border box sizing */ input:not([type=image]), textarea { - -webkit-box-sizing: border-box; + box-sizing: border-box; } /* Set margin-bottom for form element in quirks mode. */ |