diff options
Diffstat (limited to 'themes/base/jquery.ui.tooltip.css')
-rw-r--r-- | themes/base/jquery.ui.tooltip.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/themes/base/jquery.ui.tooltip.css b/themes/base/jquery.ui.tooltip.css index 145b079d2..64a03ca1a 100644 --- a/themes/base/jquery.ui.tooltip.css +++ b/themes/base/jquery.ui.tooltip.css @@ -1,5 +1,12 @@ -/* Tooltip -----------------------------------*/ +/* + * jQuery UI Tooltip @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tooltip#theming + */ .ui-tooltip { padding:8px; position:absolute; |