Skip to content

Commit 754ff38

Browse files
committed
Droppable demo: Fixed styling.
1 parent 92fb556 commit 754ff38

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

demos/droppable/shopping-cart.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<style>
1717
h1 { padding: .2em; margin: 0; }
1818
#products { float:left; width: 500px; margin-right: 2em; }
19-
#cart { width: 200px; float: left; }
19+
#cart { width: 200px; float: left; margin-top: 1em; }
2020
/* style the list to maximize the droppable hitarea */
2121
#cart ol { margin: 0; padding: 1em 0 1em 3em; }
2222
</style>
@@ -49,27 +49,27 @@
4949
<body>
5050

5151
<div class="demo">
52-
52+
5353
<div id="products">
54-
<h1 class="ui-widget-header">Products</h1>
54+
<h1 class="ui-widget-header">Products</h1>
5555
<div id="catalog">
56-
<h3><a href="#">T-Shirts</a></h3>
56+
<h2><a href="#">T-Shirts</a></h2>
5757
<div>
5858
<ul>
5959
<li>Lolcat Shirt</li>
6060
<li>Cheezeburger Shirt</li>
6161
<li>Buckit Shirt</li>
6262
</ul>
6363
</div>
64-
<h3><a href="#">Bags</a></h3>
64+
<h2><a href="#">Bags</a></h2>
6565
<div>
6666
<ul>
6767
<li>Zebra Striped</li>
6868
<li>Black Leather</li>
6969
<li>Alligator Leather</li>
7070
</ul>
7171
</div>
72-
<h3><a href="#">Gadgets</a></h3>
72+
<h2><a href="#">Gadgets</a></h2>
7373
<div>
7474
<ul>
7575
<li>iPhone</li>

0 commit comments

Comments
 (0)