1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Merge branch 'master' of github.com:aquatix/digimarks

This commit is contained in:
2016-08-12 08:03:40 +02:00
2 changed files with 21 additions and 21 deletions

View File

@@ -61,7 +61,7 @@
.card-image i
{
padding-top: 5px;
padding: 5px 0 0 10px;
}
.card.horizontal .card-image img.favicon

View File

@@ -74,7 +74,7 @@
<img src="{{ url_for('static', filename='favicons/' + bookmark.favicon) }}" class="favicon" />&nbsp;
{% endif %}
{% if bookmark.http_status != 200 %}
<i class="small material-icons red-text" title="HTTP status {{ bookmark.http_status }}">report_problem</i>
<i class="small material-icons red-text" title="HTTP status {{ bookmark.http_status }}">report_problem</i><br />
{% endif %}
{% if bookmark.starred == True %}
<i class="small material-icons yellow-text">star</i>