소스 검색

Set vertical align property of table cells

Talha Mansoor 11 년 전
부모
커밋
612f45712f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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;