diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-07-16 09:37:31 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-07-16 09:37:31 -0400 |
commit | bf947d17567f971d52e88013609caf17f0a96d22 (patch) | |
tree | adf3acca2ffdc46d2c3bcc3c3c57b8c45f1e63b8 /demos/removeClass/default.html | |
parent | 4ad7154beeaf4d299c4d879c88cbc235b65dceef (diff) | |
download | jquery-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/removeClass/default.html')
-rw-r--r-- | demos/removeClass/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/removeClass/default.html b/demos/removeClass/default.html index 15a5a5756..0d3b10e8d 100644 --- a/demos/removeClass/default.html +++ b/demos/removeClass/default.html @@ -11,7 +11,7 @@ .toggler { width: 500px; height: 200px; position: relative;} #button { padding: .5em 1em; text-decoration: none; } #effect {position: relative; width: 240px; padding: 1em; letter-spacing: 0; 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() { |