Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small rtl css correction #132

Merged
merged 1 commit into from Jul 15, 2018
Merged

small rtl css correction #132

merged 1 commit into from Jul 15, 2018

Conversation

mo9a7i
Copy link
Contributor

@mo9a7i mo9a7i commented Jul 11, 2018

changed
html {
directory: rtl;
}

to

html {
direction: rtl;
}

changed
html {
directory: rtl;
}

to

html {
direction: rtl;
}
@lacymorrow lacymorrow merged commit 930952f into lacymorrow:master Jul 15, 2018
lacymorrow added a commit that referenced this pull request Jul 15, 2018
Fix #132: Typo in CSS direction property
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants