diff options
Diffstat (limited to 'demos/effect/switchClass.html')
-rw-r--r-- | demos/effect/switchClass.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/effect/switchClass.html b/demos/effect/switchClass.html index 34af4715b..0ac90fe93 100644 --- a/demos/effect/switchClass.html +++ b/demos/effect/switchClass.html @@ -11,8 +11,8 @@ .toggler { width: 500px; height: 200px; position: relative; } #button { padding: .5em 1em; text-decoration: none; } #effect { position: relative; } - .newClass { width: 240px; padding: 1em; letter-spacing: 0; font-size: 1.2em; margin: 0; } - .anotherNewClass { text-indent: 40px; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; } + .newClass { width: 240px; padding: 1em; letter-spacing: 0; margin: 0; } + .anotherNewClass { text-indent: 40px; letter-spacing: .2em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.1em; } </style> <script> $(function() { |