Skip to content

Commit

Permalink
Merge pull request #19 from amenk/css-fixes
Browse files Browse the repository at this point in the history
Fix: #18 - More explicit tool tip styles

Looks good to me. Merged. Thanks for the contribution! :)
  • Loading branch information
fbrnc committed Jun 12, 2013
2 parents 90cb4e7 + 928f3ac commit 6b79c4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
.implicitlycached:hover { box-shadow: 0 0 3px 3px orange; }

.ot-container { width: 500px; }
.opentip .header { margin: 0; padding: 0; position: inherit; text-align: left; width: auto; z-index: auto; }
.opentip { color:black; font-family: sans-serif }
.opentip .header { margin: 0; padding: 0; position: inherit; text-align: left; width: auto; z-index: auto; background: none; height: auto; }
.opentip .content { text-align: left; }
.opentip dt { font-weight: bold; }
.opentip dd { margin-left: 20px; margin-bottom: 10px; word-wrap: break-word; }
Expand Down

0 comments on commit 6b79c4a

Please sign in to comment.