pulled total price down a little

This commit is contained in:
Henry Oswald 2014-12-28 19:08:36 +00:00
parent 0efb1bba5b
commit 1a4825a47b
2 changed files with 4 additions and 2 deletions

View file

@ -38,8 +38,7 @@ block content
a(
ng-click="changeCurrency(currency)",
) {{currency}} ({{value['symbol']}})
div . 
h2.pull-right {{price}}
h2.pull-right.totalPrice {{price}}
hr
.row
.col-md-offset-1.col-md-10

View file

@ -100,6 +100,9 @@ input.paymentTypeOption.ng-valid {
margin-top: 10px;
}
.totalPrice {
padding-top: 15px;
}