Browse Source

Hide code line numbers on smaller screens

Talha Mansoor 11 years ago
parent
commit
04d26c2a47
1 changed files with 5 additions and 0 deletions
  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%;
 }