]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix indentation (#28321)
authorPierre GIRAUD <pierre.giraud@gmail.com>
Wed, 20 Feb 2019 08:26:45 +0000 (09:26 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 7 Mar 2019 22:29:21 +0000 (00:29 +0200)
site/docs/4.3/content/reboot.md

index bd8070f63919c1e74ae89b984802240d7ffdd8f0..061e61f8f224da1ba03dd7e943d2d3441ba0cb76 100644 (file)
@@ -23,7 +23,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.
-  - No base `font-size` is declared on the `<html>`, but `16px` is assumed (the browser default). `font-size: 1rem` is applied on the `<body>` 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 `<html>`, but `16px` is assumed (the browser default). `font-size: 1rem` is applied on the `<body>` for easy responsive type-scaling via media queries while respecting user preferences and ensuring a more accessible approach.
 - The `<body>` 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 `<body>` has a declared `background-color`, defaulting to `#fff`.