Skip to content
This repository was archived by the owner on Oct 28, 2019. It is now read-only.

Commit 175cc01

Browse files
committed
Specify dimensions of images
1 parent b792b37 commit 175cc01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pasteapp/templates/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
<div class="btn-group pull-right">
2626
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#">
2727
{% load gravatar %}
28-
<img src="{% gravatar user.email 16 %}" class="avatar" />
28+
<img src="{% gravatar user.email 16 %}"
29+
class="avatar" height="16" width="16" />
2930
{{ user }}
3031
<span class="caret"></span>
3132
</a>

0 commit comments

Comments
 (0)