adjust rtl implementation (#166)
This commit is contained in:
parent
0402fbde0c
commit
363685967d
4 changed files with 18 additions and 4 deletions
|
@ -1191,6 +1191,20 @@ body {
|
|||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* RTL SUPPORT
|
||||
*********************************************/
|
||||
|
||||
.reveal.rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.reveal.rtl pre,
|
||||
.reveal.rtl code {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* SPEAKER NOTES
|
||||
*********************************************/
|
||||
|
|
2
css/reveal.min.css
vendored
2
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue