aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-17 21:19:36 -0700
committerMark Otto <[email protected]>2017-08-10 22:43:50 -0700
commit09019a8ecdccf61b52681dec3376a88509b4e6a3 (patch)
tree8f77473ec60915a927f4a1606edc2e2c7a7638cd /docs/4.0
parentcaa7117e231b27e5359a9aa822bcff60defa0393 (diff)
downloadbootstrap-09019a8ecdccf61b52681dec3376a88509b4e6a3.tar.xz
bootstrap-09019a8ecdccf61b52681dec3376a88509b4e6a3.zip
Set explicit text-align on <body> element so we can use inherit to override the default <th> text-align value
Diffstat (limited to 'docs/4.0')
-rw-r--r--docs/4.0/content/reboot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/content/reboot.md b/docs/4.0/content/reboot.md
index 7565bb41a..f42332874 100644
--- a/docs/4.0/content/reboot.md
+++ b/docs/4.0/content/reboot.md
@@ -24,7 +24,7 @@ The `<html>` and `<body>` elements are updated to provide better page-wide defau
- 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.
-- The `<body>` also sets a global `font-family` and `line-height`. This is inherited later by some form elements to prevent font inconsistencies.
+- 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`.
## Native font stack