aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-22 23:13:11 -0700
committerMark Otto <[email protected]>2015-04-22 23:13:11 -0700
commitb45d719e3753835ecd3126963cda0decbe6d9090 (patch)
treecbe3dd37ff9b760366c7828f3f7471270dbdd853 /docs/components
parent46a3506a4279019a353b5c6c73ee79380871b0a8 (diff)
downloadbootstrap-b45d719e3753835ecd3126963cda0decbe6d9090.tar.xz
bootstrap-b45d719e3753835ecd3126963cda0decbe6d9090.zip
more reboot edits
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/reboot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/reboot.md b/docs/components/reboot.md
index 98b8bc6e5..d41e4e303 100644
--- a/docs/components/reboot.md
+++ b/docs/components/reboot.md
@@ -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.