Browse Source

Fix bootstrap 2 table border bug.

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

+ 5 - 0
src/bootstrap-table.css

@@ -189,6 +189,11 @@
     border-bottom-left-radius: 0;
 }
 
+.table>thead>tr>th {
+    vertical-align: bottom;
+    border-bottom: 2px solid #ddd;
+}
+
 /* support bootstrap 3 */
 .table thead>tr>th {
     padding: 0;