diff options
| author | James Kyle <[email protected]> | 2015-08-19 15:21:42 -0700 |
|---|---|---|
| committer | James Kyle <[email protected]> | 2015-08-19 15:21:42 -0700 |
| commit | 3a2c798397a8ff668ae12080bab41342d8a3f69a (patch) | |
| tree | f0cba6173a6404b475d91389f8305ccbd276bab5 | |
| parent | 1efb07dad93ca62d17bcee82dfdad86ea3d420dc (diff) | |
| download | bootstrap-3a2c798397a8ff668ae12080bab41342d8a3f69a.tar.xz bootstrap-3a2c798397a8ff668ae12080bab41342d8a3f69a.zip | |
v4 - fix after => :after
| -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 7418c4116..0ba318c1d 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -27,7 +27,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. +- 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. - 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`. |
