浏览代码

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;