From 8bbc4db267ee63742448a3ca50c23076d3438112 Mon Sep 17 00:00:00 2001 From: Maximilian Hoffmann Date: Sun, 16 Dec 2012 22:37:51 +0100 Subject: [PATCH] added form elements to reset --- components/reset.scss | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/components/reset.scss b/components/reset.scss index c347b1e..0abd887 100644 --- a/components/reset.scss +++ b/components/reset.scss @@ -30,11 +30,32 @@ body { line-height: 1; } -h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,li,img { +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +ul, +ol, +li, +img, +form, +fieldset, +legend, +label { margin: 0; padding: 0; } +input, +textarea, +select { + margin: 0; +} + a { text-decoration: none; }