widths of ack boxes should add up to 100

pull/1/head
Andromeda Yelton 2012-08-14 14:53:28 -04:00
parent 25ce01716c
commit 2c555ef98d
2 changed files with 4 additions and 4 deletions

View File

@ -167,11 +167,11 @@ span.menu-item-price {
width: 16%;
margin-right: 3%;
height: 100%;
padding: 1.5%;
padding: 1%;
}
#mandatory_premiums div.ack_header {
width: 73%;
padding: 1.5%;
padding: 1%;
}
#mandatory_premiums div.ack_active,
#mandatory_premiums div.ack_inactive {

View File

@ -88,12 +88,12 @@ span.menu-item-price {
width: 16%;
margin-right: 3%;
height: 100%;
padding: 1.5%;
padding: 1%;
}
&.ack_header {
width: 73%;
padding: 1.5%;
padding: 1%;
}
&.ack_active, &.ack_inactive {