Sfoglia il codice sorgente

Hide code line numbers on smaller screens

Talha Mansoor 11 anni fa
parent
commit
04d26c2a47
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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%;
 }