Skip to content

Commit

Permalink
adjust rtl implementation (hakimel#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Nov 18, 2012
1 parent 0402fbd commit 3636859
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions css/reveal.css
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,20 @@ body {
}


/*********************************************
* RTL SUPPORT
*********************************************/

.reveal.rtl {
direction: rtl;
}

.reveal.rtl pre,
.reveal.rtl code {
direction: ltr;
}


/*********************************************
* SPEAKER NOTES
*********************************************/
Expand Down
Loading

0 comments on commit 3636859

Please sign in to comment.