Commit 6075b5de authored by Pete Hopkins's avatar Pete Hopkins
Browse files

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

parent 9d0328ff
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment