Skip to content

Commit

Permalink
fixed IE8 border reset issue, closes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jun 12, 2014
1 parent 4b8f8e4 commit 246820d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions jquery.matchHeight-min.js

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

8 changes: 4 additions & 4 deletions jquery.matchHeight.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
'display': 'block',
'padding-top': '0',
'padding-bottom': '0',
'border-top': '0',
'border-bottom': '0',
'border-top-width': '0',
'border-bottom-width': '0',
'height': '100px'
});

Expand All @@ -68,8 +68,8 @@
'display': '',
'padding-top': '',
'padding-bottom': '',
'border-top': '',
'border-bottom': '',
'border-top-width': '',
'border-bottom-width': '',
'height': ''
});
}
Expand Down

0 comments on commit 246820d

Please sign in to comment.