diff --git a/static/css/digimarks.css b/static/css/digimarks.css index 54b667d..800e679 100644 --- a/static/css/digimarks.css +++ b/static/css/digimarks.css @@ -67,7 +67,7 @@ .card-image i { - padding: 5px 0 0 10px; + padding: 5px 0 0 15px; } .card.horizontal .card-image img.favicon diff --git a/templates/bookmarks.html b/templates/bookmarks.html index 2ce8850..1967ee3 100644 --- a/templates/bookmarks.html +++ b/templates/bookmarks.html @@ -77,16 +77,16 @@
{% if bookmark.favicon %} -   +
{% endif %} {% if bookmark.http_status != 200 %} - report_problem
+
report_problem
{% endif %} {% if bookmark.starred == True %} - star +
star
{% endif %} {% if bookmark.note %} -
description +
description
{% endif %}