diff --git a/myriad/static/style.css b/myriad/static/style.css index 35fe802..fd17ac0 100644 --- a/myriad/static/style.css +++ b/myriad/static/style.css @@ -103,6 +103,11 @@ form textarea{ height:20px; width:auto; } +.stamp +{ + height:56px; + width:auto; +} diff --git a/myriad/templates/manage/edit.html b/myriad/templates/manage/edit.html index 1b0bdd7..beb1146 100644 --- a/myriad/templates/manage/edit.html +++ b/myriad/templates/manage/edit.html @@ -106,7 +106,7 @@
{% for stamp in stamps %}
- +
Delete
diff --git a/myriad/templates/page.html b/myriad/templates/page.html index 7468e61..c5567bc 100644 --- a/myriad/templates/page.html +++ b/myriad/templates/page.html @@ -57,7 +57,7 @@ {% if stamps|length > 0 %}
Stamps
{% for stamp in stamps %} - + {% endfor %} {% endif %}