Skip to content

Commit 246820d

Browse files
committed
fixed IE8 border reset issue, closes #10
1 parent 4b8f8e4 commit 246820d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

jquery.matchHeight-min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.matchHeight.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
'display': 'block',
5656
'padding-top': '0',
5757
'padding-bottom': '0',
58-
'border-top': '0',
59-
'border-bottom': '0',
58+
'border-top-width': '0',
59+
'border-bottom-width': '0',
6060
'height': '100px'
6161
});
6262

@@ -68,8 +68,8 @@
6868
'display': '',
6969
'padding-top': '',
7070
'padding-bottom': '',
71-
'border-top': '',
72-
'border-bottom': '',
71+
'border-top-width': '',
72+
'border-bottom-width': '',
7373
'height': ''
7474
});
7575
}

0 commit comments

Comments
 (0)