aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-07-15 13:34:01 +0200
committerXhmikosR <[email protected]>2019-07-15 14:34:01 +0300
commit88e87ca7c918ac35d2e3dfa90924b7f89a4bb15c (patch)
treee0a2a558b94f0513313ad432e68530dc9be8ebf8 /site/content/docs
parentd2f4e2bf97d823c2a8fc1ac8078f2bf5cce67abf (diff)
downloadbootstrap-88e87ca7c918ac35d2e3dfa90924b7f89a4bb15c.tar.xz
bootstrap-88e87ca7c918ac35d2e3dfa90924b7f89a4bb15c.zip
Make text align configurable (#28989)
This was causing issues for RTL, see https://github.com/twbs/bootstrap/issues/28238
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/4.3/content/reboot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/content/reboot.md b/site/content/docs/4.3/content/reboot.md
index d76489d42..fd7dcbd1e 100644
--- a/site/content/docs/4.3/content/reboot.md
+++ b/site/content/docs/4.3/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`, `line-height`, and `text-align`. This is inherited later by some form elements to prevent font inconsistencies.
+- The `<body>` also sets a global `font-family`, `font-weight`, `line-height`, and `color`. 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