浏览代码

Merge pull request #151 from visuddhinanda/master

:art: 用横线分隔不同的译文channel
visuddhinanda 5 年之前
父节点
当前提交
c798d3565e
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      app/term/term.css

+ 11 - 0
app/term/term.css

@@ -179,3 +179,14 @@ note .ref {
   list-style-type: myanmar;
   list-style-type: myanmar;
   margin-left: 2em;
   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;
+}