Jelajahi Sumber

Merge pull request #162 from visuddhinanda/master

缅文字体变大
visuddhinanda 5 tahun lalu
induk
melakukan
f706c70267
1 mengubah file dengan 10 tambahan dan 0 penghapusan
  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;
+}