diff --git a/static/css/digimarks.css b/static/css/digimarks.css
index 0615dd4..4dc65a8 100644
--- a/static/css/digimarks.css
+++ b/static/css/digimarks.css
@@ -61,7 +61,7 @@
.card-image i
{
- padding-top: 5px;
+ padding: 5px 0 0 10px;
}
.card.horizontal .card-image img.favicon
diff --git a/templates/bookmarks.html b/templates/bookmarks.html
index 3983ba1..f392127 100644
--- a/templates/bookmarks.html
+++ b/templates/bookmarks.html
@@ -74,33 +74,33 @@
{% endif %}
{% if bookmark.http_status != 200 %}
- report_problem
+ report_problem
{% endif %}
{% if bookmark.starred == True %}
star
{% endif %}
-