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

Commit

Permalink
Added px to 10 value in qtip-tipsy qtip-titlebar and qtip-tipsy qtip-…
Browse files Browse the repository at this point in the history
…content padding
  • Loading branch information
eusonlito committed May 25, 2013
1 parent de8a799 commit 9485f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css3.css
Expand Up @@ -155,12 +155,12 @@
}

.qtip-tipsy .qtip-titlebar{
padding: 6px 35px 0 10;
padding: 6px 35px 0 10px;
background-color: transparent;
}

.qtip-tipsy .qtip-content{
padding: 6px 10;
padding: 6px 10px;
}

.qtip-tipsy .qtip-icon{
Expand Down

0 comments on commit 9485f43

Please sign in to comment.