Sfoglia il codice sorgente

Set vertical align property of table cells

Talha Mansoor 11 anni fa
parent
commit
612f45712f
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      static/css/elegant.css

+ 3 - 0
static/css/elegant.css

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