소스 검색

fix some missed changes in print stylesheet

Thomas B 3 달 전
부모
커밋
1e83a2946d
1개의 변경된 파일1개의 추가작업 그리고 13개의 파일을 삭제
  1. 1
    13
      static/css/print.css

+ 1
- 13
static/css/print.css 파일 보기

@@ -1,14 +1,6 @@
1 1
 @import "sh_bright.min.css";
2 2
 
3
-.wrap {
4
-    display: none;
5
-}
6
-
7
-.github-fork-ribbon-wrapper {
8
-    display: none;
9
-}
10
-
11
-#nav {
3
+#wrap, .github-fork-ribbon-wrapper, #nav {
12 4
     display: none;
13 5
 }
14 6
 
@@ -28,10 +20,6 @@
28 20
     border-radius: 10px;
29 21
 }
30 22
 
31
-.show-comments {
32
-    display: none;
33
-}
34
-
35 23
 #footer {
36 24
     color: gray;
37 25
     text-align: center;

Loading…
취소
저장