summaryrefslogtreecommitdiffstats
path: root/webkit/port/css/quirks-overrides.css
blob: b0300ee4b70d51347f9e755c99981ae7deb1474b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2008 Google Inc. All Rights Reserved. */
/* Author: ojan@google.com (Ojan Vafai) */

/* These styles override the default styling for HTML elements in quirks-mode
   as defined in WebCore/css/quirks.css. So far we have used this file exclusively for
   making our form elements match Firefoxes. If we find other needs for this
   file we should seriously consider if this is the right place of them. */

textarea {
  /* Matches IE's text offsets in quirksmode (causes text to wrap the same as IE). */
  padding: 2px 0 0 2px;
}