diff options
Diffstat (limited to 'themes/base/tabs.css')
-rw-r--r-- | themes/base/tabs.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/base/tabs.css b/themes/base/tabs.css index 60c3596d6..82db35cf9 100644 --- a/themes/base/tabs.css +++ b/themes/base/tabs.css @@ -1,12 +1,12 @@ /*! * jQuery UI Tabs @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * - * http://api.jqueryui.com/tabs/#theming + * https://api.jqueryui.com/tabs/#theming */ .ui-tabs { position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ |