aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog
diff options
context:
space:
mode:
Diffstat (limited to 'demos/dialog')
-rw-r--r--demos/dialog/default.html2
-rw-r--r--demos/dialog/modal.html2
-rw-r--r--demos/dialog/modal_confirmation.html2
-rw-r--r--demos/dialog/modal_form.html2
-rw-r--r--demos/dialog/modal_message.html2
5 files changed, 5 insertions, 5 deletions
diff --git a/demos/dialog/default.html b/demos/dialog/default.html
index 3bff21b43..d1a0f4712 100644
--- a/demos/dialog/default.html
+++ b/demos/dialog/default.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Default 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/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html
index df3e50ae5..6e66c2a3f 100644
--- a/demos/dialog/modal.html
+++ b/demos/dialog/modal.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Modal 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/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
diff --git a/demos/dialog/modal_confirmation.html b/demos/dialog/modal_confirmation.html
index d4d8fd731..29497a560 100644
--- a/demos/dialog/modal_confirmation.html
+++ b/demos/dialog/modal_confirmation.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Modal Confirmation 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/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
diff --git a/demos/dialog/modal_form.html b/demos/dialog/modal_form.html
index 7852f5e17..8e63df44f 100644
--- a/demos/dialog/modal_form.html
+++ b/demos/dialog/modal_form.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Modal Form 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/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
diff --git a/demos/dialog/modal_message.html b/demos/dialog/modal_message.html
index 354078068..f838dbdc9 100644
--- a/demos/dialog/modal_message.html
+++ b/demos/dialog/modal_message.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>jQuery UI Dialog - Modal Message 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/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>