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

Commit

Permalink
Removed unncessary tip stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Nov 4, 2011
1 parent 4de198b commit 1bf4467
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.qtip.basic.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Fri Nov 4 18:11:20 2011 +0000
* Date: Fri Nov 4 18:13:21 2011 +0000
*/

/*jslint browser: true, onevar: true, undef: true, nomen: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: true */
Expand Down
5 changes: 1 addition & 4 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: Fri Nov 4 18:11:20 2011 +0000
* Date: Fri Nov 4 18:13:21 2011 +0000
*/

/* Core qTip styles */
Expand Down Expand Up @@ -165,9 +165,6 @@
.ui-tooltip .ui-tooltip-tip{
margin: 0 auto;
overflow: hidden;

background: transparent !important;
border: 0px dashed transparent !important;
z-index: 10;
}

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: Fri Nov 4 18:11:20 2011 +0000
* Date: Fri Nov 4 18:13:21 2011 +0000
*/

/*jslint browser: true, onevar: true, undef: true, nomen: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: true */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.min.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions src/tips/tips.css
Expand Up @@ -2,9 +2,6 @@
.ui-tooltip .ui-tooltip-tip{
margin: 0 auto;
overflow: hidden;

background: transparent !important;
border: 0px dashed transparent !important;
z-index: 10;
}

Expand Down

0 comments on commit 1bf4467

Please sign in to comment.