Browse Source

Merge pull request #372 from visuddhinanda/master

note 嵌套 样式 恢复 inline
visuddhinanda 5 years ago
parent
commit
2c305dc490
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/term/term.css

+ 4 - 0
app/term/term.css

@@ -842,3 +842,7 @@ w:hover {
 .term_pali {
 	font-style: italic;
 }
+
+.note_body note {
+	display: inline;
+}