ソースを参照

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