Skip to content

Instantly share code, notes, and snippets.

@benjohnson
Created June 6, 2012 18:08
Show Gist options
  • Save benjohnson/2883666 to your computer and use it in GitHub Desktop.
Save benjohnson/2883666 to your computer and use it in GitHub Desktop.
Untitled
.wrapper { width: 250px; height: 300px; font-family: "Helvetica"; font-size: 16px; line-height: 21px; }
ul { padding: 0; margin: 0; }
ul li {list-style-type: none; padding: 0; margin: 0;}
.cart-lineitem-wrapper { position: relative; }
.cart-lineitem-prices { float: right; }
.cart-lineitem-prices li { float: left; margin-left: 10px; }
.cart-lineitem-prices li:first-child { margin-left: 0; }
.cart-lineitem-details { float: left; }
<div class="wrapper">
<div class="cart-lineitem-wrapper">
<div class="cart-lineitem-details">Bundle Details</div>
<ul class="cart-lineitem-prices">
<li>$49.95</li>
<li>$39.95</li>
<li>X</li>
</ul>
</div>
</div>
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment