mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-05 01:15:06 -05:00
demos/draggable/events: tiny CSS fix for IE6
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user