]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Revert padding-right on ol and ul in Reboot, update migration doc
authorMark Otto <markdotto@gmail.com>
Mon, 15 Jul 2019 16:31:50 +0000 (09:31 -0700)
committerMark Otto <otto@github.com>
Mon, 22 Jul 2019 04:44:32 +0000 (21:44 -0700)
scss/_reboot.scss
site/content/docs/4.3/content/reboot.md
site/content/docs/4.3/migration.md

index 6ff66a0226815a96b3fd213b7345fabdad3e517e..263829586c5e9e0d15261cd4d6661c004e2b53e1 100644 (file)
@@ -157,7 +157,6 @@ address {
 
 ol,
 ul {
-  padding-right: 2rem;
   padding-left: 2rem;
 }
 
index fd7dcbd1eadb2d24648b6b875495ff3434287a0c..41ff680db099e47cf68948b9a8b648b59fac04c7 100644 (file)
@@ -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 >}}
index c0a3cbe1b7d59bf484ca568a9195333d434c394b..ef713a7de4d0ced4c36758b2b0f83bdf90eb6d58 100644 (file)
@@ -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