瀏覽代碼

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%;
 }