right align text in ul/ol when rtl is active (#166)

master
Hakim El Hattab 2012-11-27 08:36:38 -05:00
parent 385bfd3717
commit a6989e4cce
2 changed files with 6 additions and 1 deletions

View File

@ -1232,6 +1232,11 @@ body {
direction: ltr;
}
.reveal.rtl ol,
.reveal.rtl ul {
text-align: right;
}
/*********************************************
* SPEAKER NOTES

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long