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

Commit

Permalink
Few more style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Jan 3, 2011
1 parent f8322f8 commit c347a31
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 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: Sun Jan 2 05:42:37 2011 +0000
* Date: Mon Jan 3 22:49:14 2011 +0000
*/

.ui-tooltip-accessible{
Expand Down Expand Up @@ -83,7 +83,7 @@
.ui-tooltip-titlebar .ui-icon,
.ui-tooltip-icon .ui-icon{
display: block;
text-indent: 100em;
text-indent: -1000em;
}

.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{
Expand All @@ -96,6 +96,7 @@
width: 18px;
height: 14px;

text-align: center;
text-indent: 0;
font: normal bold 10px/13px Tahoma,sans-serif;

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: Sun Jan 2 05:42:37 2011 +0000
* Date: Mon Jan 3 22:49:14 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
2 changes: 1 addition & 1 deletion dist/jquery.qtip.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.qtip.pack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/core.css
Expand Up @@ -69,7 +69,7 @@
.ui-tooltip-titlebar .ui-icon,
.ui-tooltip-icon .ui-icon{
display: block;
text-indent: 100em;
text-indent: -1000em;
}

.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{
Expand All @@ -82,6 +82,7 @@
width: 18px;
height: 14px;

text-align: center;
text-indent: 0;
font: normal bold 10px/13px Tahoma,sans-serif;

Expand Down

0 comments on commit c347a31

Please sign in to comment.