0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Collapses borders for IE7, which doesn't respect border-spacing

This commit is contained in:
Pete Hopkins 2012-01-26 17:32:11 -05:00
parent 9d0328ff00
commit 6075b5dee6

View File

@ -64,6 +64,7 @@ table {
.table-bordered {
border: 1px solid #ddd;
border-collapse: separate; // Done so we can round those corners!
*border-collapse: collapsed; // IE7 can't round corners anyway
.border-radius(4px);
th + th,
td + td,