From: dumb Date: Mon, 16 May 2016 17:25:40 +0000 (-0400) Subject: Fixed a small typo X-Git-Tag: v4.0.0-alpha.5~31^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=558a902e09a198398d5d27b9db27d23b7d4157f9;p=thirdparty%2Fbootstrap.git Fixed a small typo --- diff --git a/docs/content/reboot.md b/docs/content/reboot.md index 20a76c82cb..ad8a8a6f60 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -28,7 +28,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 queryies. +- A base `font-size: 16px` is declared on the `` and `font-size: 1rem` on the `` for easy responsive type-scaling via media queries. - 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`.