Parcourir la source

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

visuddhinanda il y a 5 ans
Parent
commit
b2f7d0f3c2
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 7 1
      app/article/print.css

+ 7 - 1
app/article/print.css

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