Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #133 from lacymorrow/fix-132
Browse files Browse the repository at this point in the history
Fix #132: Typo in CSS direction property
  • Loading branch information
lacymorrow committed Jul 15, 2018
2 parents ea7443c + f727575 commit b02a135
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
2. General - Setting up some base styles
========================================================================== */
html {
directory: rtl;
direction: rtl;
}
body {
font-family: 'Segoe UI', tahoma, sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion 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 src/less/rtl.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
========================================================================== */

html {
directory: rtl;
direction: rtl;
}

body {
Expand Down

0 comments on commit b02a135

Please sign in to comment.