Skip to content

Commit

Permalink
added form elements to reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Hoffmann committed Dec 16, 2012
1 parent 118dd55 commit 8bbc4db
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion components/reset.scss
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8bbc4db

Please sign in to comment.