Browse Source

Middle the td valign.

zhixin 11 years ago
parent
commit
344be41b96
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/bootstrap-table.css

+ 4 - 0
src/bootstrap-table.css

@@ -114,6 +114,10 @@
     box-sizing: border-box;
 }
 
+.table th, .table td {
+    vertical-align: middle;
+}
+
 /* support bootstrap 3 */
 .table thead>tr>th {
     padding: 0;