diff options
Diffstat (limited to 'skins/Vector/skinStyles/jquery.tipsy.less')
-rw-r--r-- | skins/Vector/skinStyles/jquery.tipsy.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/Vector/skinStyles/jquery.tipsy.less b/skins/Vector/skinStyles/jquery.tipsy.less new file mode 100644 index 0000000..0e0c8ec --- /dev/null +++ b/skins/Vector/skinStyles/jquery.tipsy.less @@ -0,0 +1,4 @@ +/* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */ +.tipsy { + font-size: 0.8em; +} |