aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-01-24 00:22:31 -0800
committerMark Otto <[email protected]>2017-01-24 00:22:31 -0800
commita5abfe0ac07347b68a18bf18cc61cf20ab69814a (patch)
treeeef401aa6c9958c1b24b637e8574267dfb696b7f /docs
parentd82e04e749fe8b6710cda5cecafe66f5fec1c05a (diff)
downloadbootstrap-a5abfe0ac07347b68a18bf18cc61cf20ab69814a.tar.xz
bootstrap-a5abfe0ac07347b68a18bf18cc61cf20ab69814a.zip
fixes #21567
Diffstat (limited to 'docs')
-rw-r--r--docs/content/reboot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/reboot.md b/docs/content/reboot.md
index ff4f0dc72..5d8d022a2 100644
--- a/docs/content/reboot.md
+++ b/docs/content/reboot.md
@@ -29,7 +29,7 @@ Here are our guidelines and reasons for choosing what to override in Reboot:
The `<html>` and `<body>` elements are updated to provide better page-wide defaults. More specifically:
- The `box-sizing` is globally set on every element—including `*:before` and `*:after`, to `border-box`. This ensures that the declared width of element is never exceeded due to padding or border.
-- A base `font-size: 16px` is declared on the `<html>` and `font-size: 1rem` on the `<body>` for easy responsive type-scaling via media queries.
+ - No base `font-size` is declared on the `<html>`, but `16px` is assumed (the browser default). `font-size: 1rem` is applied on the `<body>` for easy responsive type-scaling via media queries while respecting user preferences and ensuring a more accessible approach.
- The `<body>` also sets a global `font-family` and `line-height`. This is inherited later by some form elements to prevent font inconsistencies.
- For safety, the `<body>` has a declared `background-color`, defaulting to `#fff`.