]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
v4 - fix after => :after 17083/head
authorJames Kyle <me@thejameskyle.com>
Wed, 19 Aug 2015 22:21:42 +0000 (15:21 -0700)
committerJames Kyle <me@thejameskyle.com>
Wed, 19 Aug 2015 22:21:42 +0000 (15:21 -0700)
docs/content/reboot.md

index 7418c4116b0736129c135020d096ac997881ae3c..0ba318c1d5bc02dc9bbf622a73c60f8717761973 100644 (file)
@@ -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`.