From 3a2c798397a8ff668ae12080bab41342d8a3f69a Mon Sep 17 00:00:00 2001 From: James Kyle Date: Wed, 19 Aug 2015 15:21:42 -0700 Subject: [PATCH] v4 - fix after => :after --- docs/content/reboot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.