Browse Source

隐藏引用路径 显示句子编号

visuddhinanda 5 years ago
parent
commit
b2f7d0f3c2
1 changed files with 7 additions and 1 deletions
  1. 7 1
      app/article/print.css

+ 7 - 1
app/article/print.css

@@ -11,7 +11,13 @@ header {
 	display: none;
 	display: none;
 }
 }
 
 
-note .ref chapter {
+.ref chapter {
+	display: none;
+}
+.ref > chapter:first-child {
+	display: none;
+}
+.ref > para {
 	display: none;
 	display: none;
 }
 }
 note {
 note {