From 3b6c5ee620924e62d8d3c7330fd2d019818e34ac Mon Sep 17 00:00:00 2001 From: Pierre GIRAUD Date: Wed, 20 Feb 2019 09:26:45 +0100 Subject: [PATCH] Fix indentation (#28321) --- site/docs/4.3/content/reboot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.3/content/reboot.md b/site/docs/4.3/content/reboot.md index bd8070f639..061e61f8f2 100644 --- a/site/docs/4.3/content/reboot.md +++ b/site/docs/4.3/content/reboot.md @@ -23,7 +23,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. - - No base `font-size` is declared on the ``, but `16px` is assumed (the browser default). `font-size: 1rem` is applied on the `` for easy responsive type-scaling via media queries while respecting user preferences and ensuring a more accessible approach. +- No base `font-size` is declared on the ``, but `16px` is assumed (the browser default). `font-size: 1rem` is applied on the `` for easy responsive type-scaling via media queries while respecting user preferences and ensuring a more accessible approach. - The `` also sets a global `font-family`, `line-height`, and `text-align`. This is inherited later by some form elements to prevent font inconsistencies. - For safety, the `` has a declared `background-color`, defaulting to `#fff`.