diff options
Diffstat (limited to 'tests/static/tabs.html')
-rw-r--r-- | tests/static/tabs.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/static/tabs.html b/tests/static/tabs.html index aa899a042..19f8dd170 100644 --- a/tests/static/tabs.html +++ b/tests/static/tabs.html @@ -2,7 +2,9 @@ <html> <head> <title>jQuery UI Tabs Static Markup Test Page</title> - <link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css" /> + <link rel="stylesheet" href="../../themes/base/ui.core.css" type="text/css" /> + <link rel="stylesheet" href="../../themes/base/ui.theme.css" type="text/css" title="ui-theme" /> + <link rel="stylesheet" href="../../themes/base/ui.allplugins.css" type="text/css" /> <script type="text/javascript" src="../../jquery-1.2.6.js"></script> <script type="text/javascript" src="static_helpers.js"></script> </head> |