diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-16 22:52:53 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-16 22:52:53 +0000 |
commit | 5360972903441ed6fee9cd2595121807ecf341ec (patch) | |
tree | 3b8e21bf055afa9eea497f030f3154ea56bf4247 /tests/static/highlight_error.html | |
parent | b733eb3281427f690a1f8fd28b9a1a62ebf093cf (diff) | |
download | jquery-ui-5360972903441ed6fee9cd2595121807ecf341ec.tar.gz jquery-ui-5360972903441ed6fee9cd2595121807ecf341ec.zip |
separated head links to ui.core.css, ui.theme.css, and ui.allplugins.css for TR bookmarklet compatibility.
Diffstat (limited to 'tests/static/highlight_error.html')
-rw-r--r-- | tests/static/highlight_error.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/static/highlight_error.html b/tests/static/highlight_error.html index 05b4f4faf..a6387037f 100644 --- a/tests/static/highlight_error.html +++ b/tests/static/highlight_error.html @@ -3,7 +3,9 @@ <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.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> <style type="text/css"> |