From: Mark Otto Date: Tue, 24 Jan 2017 08:22:31 +0000 (-0800) Subject: fixes #21567 X-Git-Tag: v4.0.0-beta~147^2~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5abfe0ac07347b68a18bf18cc61cf20ab69814a;p=thirdparty%2Fbootstrap.git fixes #21567 --- diff --git a/docs/content/reboot.md b/docs/content/reboot.md index ff4f0dc72b..5d8d022a22 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 `` and `` 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 `` and `font-size: 1rem` on the `` for easy responsive type-scaling via media queries. + - No base `font-size` is declared on the ``, but `16px` is assumed (the browser default). `font-size: 1rem` is applied on the `` for easy responsive type-scaling via media queries while respecting user preferences and ensuring a more accessible approach. - The `` also sets a global `font-family` and `line-height`. This is inherited later by some form elements to prevent font inconsistencies. - For safety, the `` has a declared `background-color`, defaulting to `#fff`.