Skip to content

Commit

Permalink
Optional shadow CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
jaz303 committed Apr 23, 2011
1 parent 602f2fe commit fec8171
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stylesheets/tipsy.css
Expand Up @@ -10,3 +10,6 @@
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

0 comments on commit fec8171

Please sign in to comment.