aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/events.html
diff options
context:
space:
mode:
authorBohdan Ganicky <bohdan.ganicky@gmail.com>2009-01-20 16:49:33 +0000
committerBohdan Ganicky <bohdan.ganicky@gmail.com>2009-01-20 16:49:33 +0000
commit3b4bb33ea7979226c8529334959f3c219e7506fe (patch)
treef69c1388c1abd73980f9b4d8eb9a8090ce91360b /demos/draggable/events.html
parent1805e7827f3b81fc4d4987a223ecede0334626d3 (diff)
downloadjquery-ui-3b4bb33ea7979226c8529334959f3c219e7506fe.tar.gz
jquery-ui-3b4bb33ea7979226c8529334959f3c219e7506fe.zip
demos/draggable/events: tiny CSS fix for IE6
Diffstat (limited to 'demos/draggable/events.html')
-rw-r--r--demos/draggable/events.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/draggable/events.html b/demos/draggable/events.html
index 8d836bdbc..4f443999a 100644
--- a/demos/draggable/events.html
+++ b/demos/draggable/events.html
@@ -9,7 +9,7 @@
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
#draggable { width: 16em; padding: 0 1em; }
- #draggable ul li { margin: 1em 0; padding: 0.5em 0; }
+ #draggable ul li { margin: 1em 0; padding: 0.5em 0; } * html #draggable ul li { height: 1%; }
#draggable ul li span.ui-icon { float: left; }
#draggable ul li span.count { font-weight: bold; }
</style>