Skip to content

Commit 0b3a7f3

Browse files
committed
Fix #64, add support for .flip alongside .text-right and .text-left.
1 parent a8751b3 commit 0b3a7f3

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

bootstrap

Submodule bootstrap updated 149 files

dist/css/bootstrap-rtl.css

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-rtl.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

less/type-rtl.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// RTL Typography
33
// --------------------------------------------------
44

5+
// Flipped Alignment
6+
.flip.text-left { text-align: right; }
7+
.flip.text-right { text-align: left; }
8+
59
// List options
610

711
// Unstyled keeps list items block level, just removes default browser padding and list-style

0 commit comments

Comments
 (0)