diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-10-11 22:24:24 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-10-11 22:24:24 -0400 |
commit | f4f34fe7c01a881f73221e14bd5c7ab0a4d3c9f8 (patch) | |
tree | 37b3250c08f7b25361a09a45a8dd9316e65c4f8b /media/forms/reset.css | |
parent | e6c1febc4b37c4d74cad3cecbc079f888481c27b (diff) |
drop some extra media (may have to restore)
Diffstat (limited to 'media/forms/reset.css')
-rw-r--r-- | media/forms/reset.css | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/media/forms/reset.css b/media/forms/reset.css deleted file mode 100644 index c557f24c..00000000 --- a/media/forms/reset.css +++ /dev/null @@ -1,62 +0,0 @@ -/********************************** - -Use: Reset Styles for all browsers -Author: Nick Rigby - -***********************************/ - -body, p, blockquote { - margin: 0; - padding: 0; - } - -a img, iframe { border: none; } - -/* Headers -------------------------------*/ - -h1, h2, h3, h4, h5, h6 { - margin: 0; - padding: 0; - font-size: 100%; - } - -/* Lists -------------------------------*/ - -ul, ol, dl, li, dt, dd { - margin: 0; - padding: 0; - } - -/* Links -------------------------------*/ - -a, a:link {} -a:visited {} -a:hover {} -a:active {} - -/* Forms -------------------------------*/ - -form, fieldset { - margin: 0; - padding: 0; - } - -fieldset { border: 1px solid #000; } - -legend { - padding: 0; - color: #000; - } - -input, textarea, select { - margin: 0; - padding: 1px; - font-size: 100%; - font-family: inherit; - } - -select { padding: 0; }
\ No newline at end of file |