diff options
| author | Jacob Thornton <[email protected]> | 2011-09-16 11:09:46 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-16 11:09:46 -0700 |
| commit | aa432390888bae158bbc3014eed9af55103d03aa (patch) | |
| tree | b9546431afee3e296dc201ed6228585d3bbd4867 /lib/tables.less | |
| parent | f0d5caf0547da84c8e3b80e704510a36d8a4e39b (diff) | |
| parent | e8d9eb264c3ba8c263d37259f65eece7247b00b9 (diff) | |
| download | bootstrap-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.less | 2 |
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); |
