Skip to content

Commit

Permalink
Fix #64, add support for .flip alongside .text-right and .text-left.
Browse files Browse the repository at this point in the history
  • Loading branch information
morteza committed Mar 5, 2015
1 parent a8751b3 commit 0b3a7f3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bootstrap
Submodule bootstrap updated 149 files
8 changes: 7 additions & 1 deletion dist/css/bootstrap-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-rtl.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/bootstrap-rtl.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions less/type-rtl.less
Expand Up @@ -2,6 +2,10 @@
// RTL Typography
// --------------------------------------------------

// Flipped Alignment
.flip.text-left { text-align: right; }
.flip.text-right { text-align: left; }

// List options

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

0 comments on commit 0b3a7f3

Please sign in to comment.