diff --git a/dist/jquery.qtip.css b/dist/jquery.qtip.css index 11582fa5..cee21597 100644 --- a/dist/jquery.qtip.css +++ b/dist/jquery.qtip.css @@ -9,13 +9,13 @@ * http://en.wikipedia.org/wiki/MIT_License * http://en.wikipedia.org/wiki/GNU_General_Public_License * -* Date: Sun Oct 3 16:24:20 2010 +0100 +* Date: Sun Oct 3 16:45:23 2010 +0100 */ .ui-tooltip-accessible{ - left: -31512px !important; - display: block !important; - visibility: hidden !important; + left: -31512px; + display: block; + visibility: hidden; } /* IE6 ONLY - Width detection fix */ diff --git a/dist/jquery.qtip.js b/dist/jquery.qtip.js index 470ce1bb..eea03d2a 100644 --- a/dist/jquery.qtip.js +++ b/dist/jquery.qtip.js @@ -9,7 +9,7 @@ * http://en.wikipedia.org/wiki/MIT_License * http://en.wikipedia.org/wiki/GNU_General_Public_License * -* Date: Sun Oct 3 16:24:20 2010 +0100 +* Date: Sun Oct 3 16:45:23 2010 +0100 */ "use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ diff --git a/dist/jquery.qtip.min.js b/dist/jquery.qtip.min.js index 40d8af26..98b297c1 100644 --- a/dist/jquery.qtip.min.js +++ b/dist/jquery.qtip.min.js @@ -9,7 +9,7 @@ * http://en.wikipedia.org/wiki/MIT_License * http://en.wikipedia.org/wiki/GNU_General_Public_License * -* Date: Sun Oct 3 16:24:20 2010 +0100 +* Date: Sun Oct 3 16:45:23 2010 +0100 */ "use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ diff --git a/dist/jquery.qtip.pack.js b/dist/jquery.qtip.pack.js index a1535eec..55c01d90 100644 --- a/dist/jquery.qtip.pack.js +++ b/dist/jquery.qtip.pack.js @@ -9,7 +9,7 @@ * http://en.wikipedia.org/wiki/MIT_License * http://en.wikipedia.org/wiki/GNU_General_Public_License * -* Date: Sun Oct 3 16:24:20 2010 +0100 +* Date: Sun Oct 3 16:45:23 2010 +0100 */ "use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ diff --git a/src/core.css b/src/core.css index 96ba58c2..17cdeb71 100644 --- a/src/core.css +++ b/src/core.css @@ -1,7 +1,7 @@ .ui-tooltip-accessible{ - left: -31512px !important; - display: block !important; - visibility: hidden !important; + left: -31512px; + display: block; + visibility: hidden; } /* IE6 ONLY - Width detection fix */