aboutsummaryrefslogtreecommitdiffstats
path: root/demos/addClass
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-07-16 09:37:31 -0400
committerScott González <scott.gonzalez@gmail.com>2010-07-16 09:37:31 -0400
commitbf947d17567f971d52e88013609caf17f0a96d22 (patch)
treeadf3acca2ffdc46d2c3bcc3c3c57b8c45f1e63b8 /demos/addClass
parent4ad7154beeaf4d299c4d879c88cbc235b65dceef (diff)
downloadjquery-ui-bf947d17567f971d52e88013609caf17f0a96d22.tar.gz
jquery-ui-bf947d17567f971d52e88013609caf17f0a96d22.zip
Class animation demos: Don't chain id and class selectors together in CSS since IE6 doesn't understand chained rules.
Diffstat (limited to 'demos/addClass')
-rw-r--r--demos/addClass/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/addClass/default.html b/demos/addClass/default.html
index 1bb33b362..e2d9a79b0 100644
--- a/demos/addClass/default.html
+++ b/demos/addClass/default.html
@@ -11,7 +11,7 @@
.toggler { width: 500px; height: 200px; position: relative;}
#button { padding: .5em 1em; text-decoration: none; }
#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; }
+ .newClass { text-indent: 40px; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; }
</style>
<script type="text/javascript">
$(function() {