diff options
author | Chi Cheng <cloudream@gmail.com> | 2009-01-04 09:20:45 +0000 |
---|---|---|
committer | Chi Cheng <cloudream@gmail.com> | 2009-01-04 09:20:45 +0000 |
commit | 2d86e486f80bd5cf71db837c73a51befa45c6444 (patch) | |
tree | d26a0d73281cfed1b841557023d4bad3a69b2df8 /demos/sortable/connectwith.html | |
parent | 27ea38395e5e853ae401303d3ec7dfe6bc83393a (diff) | |
download | jquery-ui-2d86e486f80bd5cf71db837c73a51befa45c6444.tar.gz jquery-ui-2d86e486f80bd5cf71db837c73a51befa45c6444.zip |
demos: fixed content out of boxes, font-size and paddings
Diffstat (limited to 'demos/sortable/connectwith.html')
-rw-r--r-- | demos/sortable/connectwith.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/sortable/connectwith.html b/demos/sortable/connectwith.html index 1ec246c71..7bd49972c 100644 --- a/demos/sortable/connectwith.html +++ b/demos/sortable/connectwith.html @@ -9,7 +9,7 @@ <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> .demo ul { list-style-type: none; margin: 0; padding: 0; float: left; margin-right: 10px; } - .demo li { margin: 3px; padding: 2px; width: 120px; } + .demo li { margin: 5px; padding: 5px; font-size: 1.2em; width: 120px; } </style> <script type="text/javascript"> $(function() { |