Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Fixed minor CSS problem with tips
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Feb 2, 2011
1 parent b89cf99 commit b40321a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 deletions.
9 changes: 4 additions & 5 deletions dist/jquery.qtip.css
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Wed Feb 2 00:07:15 2011 +0000
* Date: Wed Feb 2 15:29:18 2011 +0000
*/

/* Fluid class for determining actual width in IE */
Expand Down Expand Up @@ -273,10 +273,9 @@
}

.ui-tooltip .ui-tooltip-tip,
.ui-tooltip .ui-tooltip-tip vml\:*,
.ui-tooltip .ui-tooltip-tip canvas{
line-height: 0.1px;
font-size: 0.1px;
.ui-tooltip .ui-tooltip-tip *{
line-height: 0.1px !important;
font-size: 0.1px !important;
color: #123456;

background: transparent;
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Wed Feb 2 00:07:15 2011 +0000
* Date: Wed Feb 2 15:29:18 2011 +0000
*/

"use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
Expand Down

0 comments on commit b40321a

Please sign in to comment.