demos/draggable/events: tiny CSS fix for IE6

This commit is contained in:
Bohdan Ganicky
2009-01-20 16:49:33 +00:00
parent 1805e7827f
commit 3b4bb33ea7

View File

@@ -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>