Skip to content
Permalink
Browse files
Fix #11443 fix. Safari 5.0.x, reliable margin? Riiight. Closes gh-792.
  • Loading branch information
mikesherov authored and dmethvin committed May 25, 2012
1 parent 4621a01 commit 04c06e6
Showing 1 changed file with 1 addition and 1 deletion.
@@ -225,7 +225,7 @@ jQuery.support = (function() {
div.innerHTML = "";
marginDiv = document.createElement( "div" );
marginDiv.style.cssText = div.style.cssText = divReset;
marginDiv.style.marginRight = "0";
marginDiv.style.marginRight = marginDiv.style.width = "0";
div.style.width = "2px";
div.appendChild( marginDiv );
support.reliableMarginRight =

0 comments on commit 04c06e6

Please sign in to comment.