| branch | new-model |
| changeset 882 | 61c384dda19e |
| parent 875 | 43629caa77bc |
| child 922 | 096c06aea8b5 |
--- a/src/widgets/Tooltip.css Fri Apr 27 19:18:21 2012 +0200 +++ b/src/widgets/Tooltip.css Thu May 03 17:52:52 2012 +0200 @@ -10,8 +10,6 @@ height: 115px; width: 180px; padding: 15px 15px 20px; - color: black; - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; overflow:hidden; } @@ -23,3 +21,7 @@ max-width: 140px; max-height: 70px; margin: 0 20px; } +.Ldt-Tooltip p { + margin: 2px 0; + font-size: 12px; +}