aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-02-07 18:15:14 +0000
committerRichard Worth <rdworth@gmail.com>2009-02-07 18:15:14 +0000
commitb6cba593a4414d8379b97efd3c5ce5639b50a6c6 (patch)
treee22568b3396dfba1216a706497b5a21af2ee67e2 /tests/visual
parent3bb13571ca365a9ec765fe66589ff1b8c24413f3 (diff)
downloadjquery-ui-b6cba593a4414d8379b97efd3c5ce5639b50a6c6.tar.gz
jquery-ui-b6cba593a4414d8379b97efd3c5ce5639b50a6c6.zip
visual tests: added default style for #draggable
Diffstat (limited to 'tests/visual')
-rw-r--r--tests/visual/visual.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/visual/visual.css b/tests/visual/visual.css
index 60f25b59a..fb2b99f1c 100644
--- a/tests/visual/visual.css
+++ b/tests/visual/visual.css
@@ -1 +1,2 @@
body { font-size: 62.5%; }
+#draggable { width: 100px; height: 100px; background: #abc; }