Added specificity to CSS, removed exxtra line

This commit is contained in:
AnitaYCheng 2015-09-02 18:36:58 -07:00 committed by Sabe Jones
parent bf6ebd88f6
commit 8bc78af5ae
2 changed files with 2 additions and 3 deletions

View file

@ -14,9 +14,9 @@
.dashed-underline
border-bottom:1px dashed #000
text-decoration:none
cursor pointer
cursor: pointer
.form-inline .form-control
.buy-gems .form-inline .form-control
padding:6px
p.resubscribe

View file

@ -73,4 +73,3 @@ script(id='modals/buyGems.html', type='text/ng-template')
.modal-footer
button.btn.btn-default(ng-click='$close()')=env.t('cancel')