www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e0bf912cf3128ab7f0bc95f58c79a310acedb52a
parent a9ab53ece81098cc0f34d54690b0b22de9c6063e
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Thu, 16 Jul 2015 10:11:31 -0400

Merge pull request #1210 from CalebKester/develop

Update MathZoom.js with global border-box support
Diffstat:
Munpacked/extensions/MathZoom.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/unpacked/extensions/MathZoom.js b/unpacked/extensions/MathZoom.js @@ -40,6 +40,9 @@ "text-align":"left", "text-indent":0, "text-transform":"none", "line-height":"normal", "letter-spacing":"normal", "word-spacing":"normal", "word-wrap":"normal", "white-space":"nowrap", "float":"none", + "-webkit-box-sizing":"content-box", // Android ≤ 2.3, iOS ≤ 4 + "-moz-box-sizing":"content-box", // Firefox ≤ 28 + "box-sizing":"content-box", // Chrome, Firefox 29+, IE 8+, Opera, Safari 5.1 "box-shadow":"5px 5px 15px #AAAAAA", // Opera 10.5 and IE9 "-webkit-box-shadow":"5px 5px 15px #AAAAAA", // Safari 3 and Chrome "-moz-box-shadow":"5px 5px 15px #AAAAAA", // Forefox 3.5