Default style contains invalid CSS property
flaviovs - August 10, 2009 - 15:13
| Project: | jTooltips |
| Version: | 6.x-1.8 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
The title says it all. To fix, change:
font: Trebuchet MS, Verdana, Arial, sans-serif;To:
font-family: Trebuchet MS, Verdana, Arial, sans-serif;(Around line 17 of jtooltips.css.)
