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:
parent
9d0328ff00
commit
6075b5dee6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user