]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
more reboot edits
authorMark Otto <markdotto@gmail.com>
Thu, 23 Apr 2015 06:13:11 +0000 (23:13 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 23 Apr 2015 06:13:11 +0000 (23:13 -0700)
docs/components/reboot.md

index 98b8bc6e5a5848c67750e2ccad164ad72a69e8b9..d41e4e303c107865f7a374d5649fffb4095bbac8 100644 (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.