소스 검색

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

visuddhinanda 5 년 전
부모
커밋
b2f7d0f3c2
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  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 {