Sfoglia il codice sorgente

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

Hakim El Hattab 11 anni fa
parent
commit
a6989e4cce
2 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      css/reveal.css
  2. 0 0
      css/reveal.min.css

+ 5 - 0
css/reveal.css

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

File diff suppressed because it is too large
+ 0 - 0
css/reveal.min.css


Some files were not shown because too many files changed in this diff