mhulse / rex

On, Wildfire, on!
http://mhulse.github.io/rex/demo/
Apache License 2.0
4 stars 0 forks source link

Use long-hand for margins #137

Closed mhulse closed 10 years ago

mhulse commented 10 years ago

Rather than force people (me) to override margins on right/left, I should just use long-hand for just the top/bottom.

For example, headings:

https://github.com/mhulse/rex/blob/gh-pages/source/files/styles/partials/_master.scss#L233

This:

margin: 0 0 .125em;

... should become this:

margin-top: 0
margin-bottom: .125em;
mhulse commented 10 years ago

Done: f564dd8395b130c3927324e6d5115f4465fec82a (mostly just removed margins).