visuddhinanda 5 лет назад
Родитель
Сommit
4341cbbc96
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      app/term/term.css

+ 10 - 0
app/term/term.css

@@ -180,6 +180,11 @@ note .ref {
   margin-left: 2em;
 }
 
+/*myanmar*/
+.tran:lang(my) {
+  font-size: 120%;
+}
+
 .tran_div {
   margin-bottom: 1em;
   padding-bottom: 1em;
@@ -210,3 +215,8 @@ note .ref {
   stroke-width: 0;
   fill: limegreen;
 }
+
+r {
+  text-align: right;
+  display: block;
+}