Skip to content

Commit

Permalink
Add new styling to accommodate the ul.links in the line item summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
rszrama committed Nov 18, 2010
1 parent 931c8bf commit d6a4a1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/line_item/theme/commerce_line_item_summary.css
Expand Up @@ -13,9 +13,15 @@
}

.line-item-summary .links {
margin-top: .5em;
clear: left;
}

.line-item-summary .links li {
display: inline;
padding-right: 1em;
}

.line-item-summary .links li.last {
padding-right: 0;
}

0 comments on commit d6a4a1c

Please sign in to comment.