From: James Kyle Date: Wed, 19 Aug 2015 22:21:42 +0000 (-0700) Subject: v4 - fix after => :after X-Git-Tag: v4.0.0-alpha.2~519^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F17083%2Fhead;p=thirdparty%2Fbootstrap.git v4 - fix after => :after --- diff --git a/docs/content/reboot.md b/docs/content/reboot.md index 7418c4116b..0ba318c1d5 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 `` 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. +- 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. - 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`.