Sfoglia il codice sorgente

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

visuddhinanda 5 anni fa
parent
commit
b2f7d0f3c2
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  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 {