diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-22 12:01:20 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-22 12:01:20 +0000 |
commit | f3b91832ce164d1ec80d29b83c92535e4a2f8b0b (patch) | |
tree | dc4117c1c28df7212fb2a163b9cf69ff3d745301 /tests/static/highlight_error.html | |
parent | 892c52225b9c1f7dcb2ec9ff990a458dbe0002ce (diff) | |
download | jquery-ui-f3b91832ce164d1ec80d29b83c92535e4a2f8b0b.tar.gz jquery-ui-f3b91832ce164d1ec80d29b83c92535e4a2f8b0b.zip |
tests: Added extra folder level for each plugin in static and visual test folders
Diffstat (limited to 'tests/static/highlight_error.html')
-rw-r--r-- | tests/static/highlight_error.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/static/highlight_error.html b/tests/static/highlight_error.html index d9fcbe75f..563bef551 100644 --- a/tests/static/highlight_error.html +++ b/tests/static/highlight_error.html @@ -3,9 +3,8 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Themeroller CSS Framework Demo</title> - <link rel="stylesheet" href="../../themes/base/ui.core.css" type="text/css" /> + <link rel="stylesheet" href="../../themes/base/ui.base.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.3.1.js"></script> <script type="text/javascript" src="static_helpers.js"></script> <style type="text/css"> |