aboutsummaryrefslogtreecommitdiff
path: root/lib/tables.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-16 11:09:46 -0700
committerJacob Thornton <[email protected]>2011-09-16 11:09:46 -0700
commitaa432390888bae158bbc3014eed9af55103d03aa (patch)
treeb9546431afee3e296dc201ed6228585d3bbd4867 /lib/tables.less
parentf0d5caf0547da84c8e3b80e704510a36d8a4e39b (diff)
parente8d9eb264c3ba8c263d37259f65eece7247b00b9 (diff)
downloadbootstrap-aa432390888bae158bbc3014eed9af55103d03aa.tar.xz
bootstrap-aa432390888bae158bbc3014eed9af55103d03aa.zip
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'lib/tables.less')
-rw-r--r--lib/tables.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tables.less b/lib/tables.less
index 886d8bedd..988483f0e 100644
--- a/lib/tables.less
+++ b/lib/tables.less
@@ -11,6 +11,8 @@ table {
width: 100%;
margin-bottom: @baseline;
padding: 0;
+ border-collapse: separate; // Done so we can round those corners!
+ *border-collapse: collapse; /* IE7, collapse table to remove spacing */
font-size: @basefont;
border: 1px solid #ddd;
.border-radius(4px);