suitcss / base

CSS base styles for web apps (a thin layer on top of normalize.css)
http://suitcss.github.io/base/test/
MIT License
194 stars 24 forks source link

Would you like to add a rule to reset <form>? #34

Closed matype closed 8 years ago

matype commented 8 years ago

like this:

form {
  margin: 0;
}
giuseppeg commented 8 years ago

hi @morishitter, yes. Actually I would like to add a rule to reset all of the margins

* { margin: 0 }
giuseppeg commented 8 years ago

@morishitter out of curiosity why do you need to reset the form's margin? This specific element doesn't seem to have default margins.

simonsmith commented 8 years ago

I would like to add a rule to reset all of the margins

Are we missing any?

giuseppeg commented 8 years ago

In fact they are probably all there. @morishitter can we close this issue?

matype commented 8 years ago

@giuseppeg Sorry I'm late. Thanks :)