diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-11-15 23:52:54 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-11-15 23:52:54 +0000 |
commit | a09664d5673e394b3435e7324b8db3636ce87d12 (patch) | |
tree | 18e45c4e3aad765dd99bf6497934ede9bfeb9abe /demos/addClass | |
parent | 24ff73860111462b2955eddd80ba0cfc34ab469c (diff) | |
download | jquery-ui-a09664d5673e394b3435e7324b8db3636ce87d12.tar.gz jquery-ui-a09664d5673e394b3435e7324b8db3636ce87d12.zip |
addClass demo: Fixed URLs to be relative.
Diffstat (limited to 'demos/addClass')
-rw-r--r-- | demos/addClass/default.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/demos/addClass/default.html b/demos/addClass/default.html index 3b3560e14..a64209d4c 100644 --- a/demos/addClass/default.html +++ b/demos/addClass/default.html @@ -2,14 +2,14 @@ <html lang="en"> <head> <title>jQuery UI Effects - addClass Demo</title> - <link type="text/css" href="http://jquery-ui.googlecode.com/svn/trunk/themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/trunk/jquery-1.3.2.js"></script> - <script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/trunk/ui/jquery.effects.core.js"></script> - <link type="text/css" href="http://jquery-ui.googlecode.com/svn/trunk/demos/demos.css" rel="stylesheet" /> + <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> + <script type="text/javascript" src="../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../ui/jquery.effects.core.js"></script> + <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> .toggler { width: 500px; height: 200px; position: relative;} #button { padding: .5em 1em; text-decoration: none; } - #effect {position: relative; width: 240px; padding: 1em; font-size: 1.2em; border: 1px solid #000; background: #eee; color: #333; } + #effect { width: 240px; padding: 1em; font-size: 1.2em; border: 1px solid #000; background: #eee; color: #333; } #effect.newClass { text-indent: 40px; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; } </style> <script type="text/javascript"> |