Skip to content

Instantly share code, notes, and snippets.

@martianboy
Created August 26, 2016 20:05
Show Gist options
  • Save martianboy/676b3f10aeba4cb4a1e4bda49fa89c66 to your computer and use it in GitHub Desktop.
Save martianboy/676b3f10aeba4cb4a1e4bda49fa89c66 to your computer and use it in GitHub Desktop.
A simple & non-obtrusive (I hope!) RTL stylesheet for Trello with Vazir font.
pre {
direction: ltr;
}
body, button, html, input, select, textarea {
font-family: "Helvetica Neue", Vazir, Arial, Helvetica, sans;
}
.comment-container {
line-height: 1.5em;
}
.markeddown ul>li {
margin: 8px 20px 8px 0;
}
.checklist-items-list {
direction: rtl;
}
.checklist-item-checkbox {
left: initial;
right: 5px;
}
.checklist-item {
padding-left: 0px;
padding-right: 26px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment