diff options
Diffstat (limited to 'demos/effects_showhide/drop.html')
-rw-r--r-- | demos/effects_showhide/drop.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/effects_showhide/drop.html b/demos/effects_showhide/drop.html index 12bd08b33..c046abc05 100644 --- a/demos/effects_showhide/drop.html +++ b/demos/effects_showhide/drop.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <title>jQuery UI Effects - Drop Demo</title> - <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" /> + <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.3pre.js"></script> <script type="text/javascript" src="../../ui/effects.core.js"></script> <script type="text/javascript" src="../../ui/effects.drop.js"></script> |