diff options
| author | Patrick H. Lauke <[email protected]> | 2016-05-16 20:43:24 +0100 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2016-05-16 20:43:24 +0100 |
| commit | 4354e874840393418e13409e1c534c1b5bf55809 (patch) | |
| tree | 83adcad638b949b552d5dec66ae7f778060375ff | |
| parent | 9a50b1f04f49c7b7891391879cf3a47e521f4f77 (diff) | |
| parent | 558a902e09a198398d5d27b9db27d23b7d4157f9 (diff) | |
| download | bootstrap-4354e874840393418e13409e1c534c1b5bf55809.tar.xz bootstrap-4354e874840393418e13409e1c534c1b5bf55809.zip | |
Merge pull request #19919 from dumb/v4-dev
Fixed a small typo
| -rw-r--r-- | docs/content/reboot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/reboot.md b/docs/content/reboot.md index 20a76c82c..ad8a8a6f6 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 `<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 queryies. +- 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. - 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`. |
