diff options
| author | Mark Otto <[email protected]> | 2019-07-15 09:31:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2019-07-21 21:44:32 -0700 |
| commit | 1cdba95c507fa06a99440b255f1057807504e6bb (patch) | |
| tree | 208be7bdec1607b57baf6d2f64d32f3a65bbad46 | |
| parent | 634344c003b4cf26f38d24993c54fc880bbd1e2f (diff) | |
| download | bootstrap-1cdba95c507fa06a99440b255f1057807504e6bb.tar.xz bootstrap-1cdba95c507fa06a99440b255f1057807504e6bb.zip | |
Revert padding-right on ol and ul in Reboot, update migration doc
| -rw-r--r-- | scss/_reboot.scss | 1 | ||||
| -rw-r--r-- | site/content/docs/4.3/content/reboot.md | 2 | ||||
| -rw-r--r-- | site/content/docs/4.3/migration.md | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 6ff66a022..263829586 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -157,7 +157,6 @@ address { ol, ul { - padding-right: 2rem; padding-left: 2rem; } diff --git a/site/content/docs/4.3/content/reboot.md b/site/content/docs/4.3/content/reboot.md index fd7dcbd1e..41ff680db 100644 --- a/site/content/docs/4.3/content/reboot.md +++ b/site/content/docs/4.3/content/reboot.md @@ -102,7 +102,7 @@ All heading elements—e.g., `<h1>`—and `<p>` are reset to have their `margin- ## Lists -All lists—`<ul>`, `<ol>`, and `<dl>`—have their `margin-top` removed and a `margin-bottom: 1rem`. Nested lists have no `margin-bottom`. We've also reset the horizontal `padding` on `<ul>` and `<ol>` elements. +All lists—`<ul>`, `<ol>`, and `<dl>`—have their `margin-top` removed and a `margin-bottom: 1rem`. Nested lists have no `margin-bottom`. We've also reset the `padding-left` on `<ul>` and `<ol>` elements. <div class="bd-example"> {{< markdown >}} diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index c0a3cbe1b..ef713a7de 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -53,7 +53,7 @@ Changes to any layout tools and our grid system. Changes to Reboot, typography, tables, and more. - **Todo:** Make RFS enabled by default -- Reset default horizontal `padding` on `<ul>` and `<ol>` elements from browser default `40px` to `2rem`. +- Reset default horizontal `padding-left` on `<ul>` and `<ol>` elements from browser default `40px` to `2rem`. ## Forms |
