Browse Source

:art: 用横线分隔不同的译文channel

visuddhinanda 5 years ago
parent
commit
6ffbf2ec76
1 changed files with 11 additions and 0 deletions
  1. 11 0
      app/term/term.css

+ 11 - 0
app/term/term.css

@@ -179,3 +179,14 @@ note .ref {
   list-style-type: myanmar;
   margin-left: 2em;
 }
+
+.tran_div {
+  margin-bottom: 1em;
+  padding-bottom: 1em;
+  padding-top: 0.5em;
+  border-bottom: 1px solid var(--border-line-color);
+}
+
+.tran_div:last-child {
+  border-bottom: none;
+}