소스 검색

Hide code line numbers on smaller screens

Talha Mansoor 11 년 전
부모
커밋
04d26c2a47
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      static/css/elegant.css

+ 5 - 0
static/css/elegant.css

@@ -270,6 +270,11 @@ table {
     table-layout: fixed;
     width: 100%;
 }
+@media (max-width:979px) {
+    .linenos {
+        display:none !important;
+    }
+}
 .linenos {
     width:5%;
 }