No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
.item-threshold { | .item-threshold { | ||
display: block; | |||
text-align: left; | text-align: left; | ||
} | } | ||
.item-cost { | .item-cost { | ||
display: block; | |||
text-align: right; | text-align: right; | ||
} | } | ||
.item-title { | .item-title { | ||
display: block; | |||
color: #cb9; | color: #cb9; | ||
font-weight: bold; | font-weight: bold; | ||
Line 26: | Line 29: | ||
.item-subtitle { | .item-subtitle { | ||
display: block; | |||
text-align: center; | text-align: center; | ||
color: #666; | color: #666; | ||
Line 32: | Line 36: | ||
.item-text { | .item-text { | ||
text-align: left; | |||
color: #cb9; | color: #cb9; | ||
} | } |