]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
The spacing margin side identifiers 's' and 'e' may be intuitive for many but explici...
authorJohn <johndavidfive@gmail.com>
Tue, 30 Mar 2021 22:56:30 +0000 (15:56 -0700)
committerMark Otto <otto@github.com>
Wed, 31 Mar 2021 01:41:54 +0000 (18:41 -0700)
site/content/docs/5.0/utilities/spacing.md

index a38c2659fd95e7e8aa4ffdc1778398daf18a4546..70fbe76945094c94d49225cd8ff11eb8eb15857d 100644 (file)
@@ -27,8 +27,8 @@ Where *sides* is one of:
 
 - `t` - for classes that set `margin-top` or `padding-top`
 - `b` - for classes that set `margin-bottom` or `padding-bottom`
-- `s` - for classes that set `margin-left` or `padding-left` in LTR, `margin-right` or `padding-right` in RTL
-- `e` - for classes that set `margin-right` or `padding-right` in LTR, `margin-left` or `padding-left` in RTL
+- `s` - (start) for classes that set `margin-left` or `padding-left` in LTR, `margin-right` or `padding-right` in RTL
+- `e` - (end) for classes that set `margin-right` or `padding-right` in LTR, `margin-left` or `padding-left` in RTL
 - `x` - for classes that set both `*-left` and `*-right`
 - `y` - for classes that set both `*-top` and `*-bottom`
 - blank - for classes that set a `margin` or `padding` on all 4 sides of the element