Increased the size of gravatars in the HTML output (#28).

This commit is contained in:
Adam Waldenberg 2015-11-07 14:15:39 +01:00
parent 4396e993e6
commit 5ed8b32d9a
2 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,7 @@ except:
from . import format
def get_url(email, size=20):
def get_url(email, size=24):
md5hash = hashlib.md5(email.encode("utf-8").lower().strip()).hexdigest()
base_url = "https://www.gravatar.com/avatar/" + md5hash
params = None

View File

@ -245,6 +245,10 @@
margin-right: 0.5em;
opacity: 0.85;
}}
td img {{
width: 24px;
height: 24px;
}}
h1 {{
font-size: 18px;
text-align: center;