Skip to content

Commit

Permalink
remove table border seperate for ie
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Sep 16, 2011
1 parent 39aca91 commit 5675d8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions bootstrap-1.3.0.css
Expand Up @@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Thu Sep 15 22:36:03 PDT 2011
* Date: Thu Sep 15 22:40:45 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
Expand Down Expand Up @@ -1092,7 +1092,6 @@ table {
width: 100%;
margin-bottom: 18px;
padding: 0;
border-collapse: separate;
font-size: 13px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-1.3.0.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/tables.less
Expand Up @@ -11,7 +11,6 @@ table {
width: 100%;
margin-bottom: @baseline;
padding: 0;
border-collapse: separate;
font-size: @basefont;
border: 1px solid #ddd;
.border-radius(4px);
Expand Down

0 comments on commit 5675d8f

Please sign in to comment.