summaryrefslogtreecommitdiffstats
path: root/media/forms/reset.css
diff options
context:
space:
mode:
Diffstat (limited to 'media/forms/reset.css')
-rw-r--r--media/forms/reset.css62
1 files changed, 0 insertions, 62 deletions
diff --git a/media/forms/reset.css b/media/forms/reset.css
deleted file mode 100644
index c557f24..0000000
--- 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