0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

more reboot edits

This commit is contained in:
Mark Otto 2015-04-22 23:13:11 -07:00
parent 46a3506a42
commit b45d719e37

View File

@ -11,7 +11,7 @@ Reboot builds upon Normalize, providing many HTML elements with somewhat opinion
Here are our guidelines and reasons for choosing what to override in Reboot:
- Use `rem`s and `em`s for units, nothing else.
- Update some browser default values to use `rem`s instead of `em`s for scalable component spacing.
- Avoid `margin-top`. Vertical margins can collapse, yielding unexpected results. More importantly though, a single direction of `margin` is a simpler mental model.
- For easier scaling across device sizes, block elements should use `rem`s for `margin`s.
- Keep declarations of `font`-related properties to a minimal, using `inherit` whenever possible.