Skip to content

Commit

Permalink
Still-broken receipt CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemce committed May 4, 2012
1 parent 4aaa1bb commit 5b9c74b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions css/style.css
Expand Up @@ -426,23 +426,14 @@ div.item_price {
display: inline-block;
}

#receipt_total, #receipt_instrument {
#receipt_total, #receipt_instrument, #receipt_seller, #receipt_date {
font-weight: bold;
font-size: 15px;
display: block;
padding-bottom: 0px;
margin-bottom: 0px;
}

#receipt_seller, #receipt_date {
font-weight: bold;
font-size: 15px;
display: block;
padding-bottom: 0px;
margin-bottom: 0px;
float: right;
}

#receipt_seller {
width: 175px;
max-width: 175px;
Expand Down

0 comments on commit 5b9c74b

Please sign in to comment.