Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanny committed Jan 20, 2010
1 parent f62cb50 commit c1fcb0e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions depot/public/stylesheets/depot.css
Expand Up @@ -158,6 +158,23 @@ h1 {
}
/* END:inline */

/* START:cartmain */
/* Styles for the cart in the main page */

.cart-title {
font: 120% bold;
}

.item-price, .total-line {
text-align: right;
}

.total-line .total-cell {
font-weight: bold;
border-top: 1px solid #595;
}
/* END:cartmain */

/* The error box */

.fieldWithErrors {
Expand Down

0 comments on commit c1fcb0e

Please sign in to comment.