aboutsummaryrefslogtreecommitdiffstats
path: root/demos/functional
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-11-22 11:17:10 +0000
committerRichard Worth <rdworth@gmail.com>2008-11-22 11:17:10 +0000
commitbec5c8dbf120609d46aa749ab3d91fc42bdc3033 (patch)
tree34355917869da400bb0e85f2ac7a6a7e88b4041d /demos/functional
parent78dfd2607f003640fa707342e6dd8e7f9b63c3bb (diff)
downloadjquery-ui-bec5c8dbf120609d46aa749ab3d91fc42bdc3033.tar.gz
jquery-ui-bec5c8dbf120609d46aa749ab3d91fc42bdc3033.zip
removed some old references to 'flora'
Diffstat (limited to 'demos/functional')
-rw-r--r--demos/functional/index.html4
-rw-r--r--demos/functional/templates/ui.tabs.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/demos/functional/index.html b/demos/functional/index.html
index cbf4c993a..8d68d19a9 100644
--- a/demos/functional/index.html
+++ b/demos/functional/index.html
@@ -15,7 +15,7 @@
<link rel="stylesheet" href="css/base.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/functional_demos.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/chilli-recipes.css" type="text/css" media="screen">
- <link rel="stylesheet" href="../../themes/default/ui.all.css" type="text/css" media="screen" title="Flora (Default)" />
+ <link rel="stylesheet" href="../../themes/default/ui.all.css" type="text/css" />
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
@@ -101,7 +101,7 @@
</script>
</head>
-<body class="flora" id="functional_demos">
+<body id="functional_demos">
<div id="wrapper">
<div id="banner">
<h1 class="logo">
diff --git a/demos/functional/templates/ui.tabs.php b/demos/functional/templates/ui.tabs.php
index cf4e89e81..b6c977d7c 100644
--- a/demos/functional/templates/ui.tabs.php
+++ b/demos/functional/templates/ui.tabs.php
@@ -20,7 +20,7 @@
{
title: 'Simple Tabs',
- html: ['<div><ul id="divTabs" class="flora">',
+ html: ['<div><ul id="divTabs">',
'<li><a href="#tabs-fragment-1"><span>One</span></a></li>',
'<li><a href="#tabs-fragment-2"><span>Two</span></a></li>',
'<li><a href="#tabs-fragment-3"><span>Three</span></a></li>',
@@ -51,7 +51,7 @@
},
{
title: 'Add A Tab',
- html: ['<div><ul id="divAddTabs" class="flora">',
+ html: ['<div><ul id="divAddTabs">',
'<li><a href="#addtabs-fragment-1"><span>One</span></a></li>',
'<li><a href="#addtabs-fragment-2"><span>Two</span></a></li>',
'<li><a href="#addtabs-fragment-3"><span>Three</span></a></li>',