Created
June 6, 2012 18:08
-
-
Save benjohnson/2883666 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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