From 79a1d82582931de7321421b7bdf0e596f55bd8c4 Mon Sep 17 00:00:00 2001 From: Scott Jehl Date: Fri, 27 Feb 2009 18:35:01 +0000 Subject: updated classes to use all animated properties --- demos/removeClass/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/removeClass') diff --git a/demos/removeClass/default.html b/demos/removeClass/default.html index 429fdee22..99eb22cf8 100644 --- a/demos/removeClass/default.html +++ b/demos/removeClass/default.html @@ -12,8 +12,8 @@ #effect { position: relative; } #effect h3 { margin: 0; padding: 0.4em; text-align: center; } .ui-effects-transfer { border: 2px dotted gray; } - .first { width: 240px; height: 135px; padding: 0.4em; font-size: 1.2em; border-width: 1px; } - .second { width: 480px; height: 135px; padding: 0.8em; font-size: 1.6em; border-width: 5px; } + .first { width: 240px; height: 135px; padding: 0.4em; font-size: 1.2em; border: 1px solid #000; background: #fff; color: #333; } + .second { width: 480px; height: 135px; padding: 0.8em; font-size: 1.6em; border: 5px solid #4f5b8c; background: #ddebf4; color: #2c4359; }