From 660636e93c620627ae57c8b6e6f0e210898c09e3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 17 Dec 2019 21:28:43 +0000 Subject: [PATCH] Center and align left --- epicyon-follow.css | 3 ++- epicyon-profile.css | 3 +-- webinterface.py | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/epicyon-follow.css b/epicyon-follow.css index 825837e93..1db8e21ca 100644 --- a/epicyon-follow.css +++ b/epicyon-follow.css @@ -76,7 +76,8 @@ a:link { } .pgp { - font-size: var(--font-size4); + float: left; + font-size: var(--font-size5); color: var(--main-link-color); font-family: 'monospace'; } diff --git a/epicyon-profile.css b/epicyon-profile.css index 6fa096bd2..38db43246 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -291,8 +291,7 @@ a:link { .pgp { float: left; - margin: 0% 20%; - font-size: var(--font-size4); + font-size: var(--font-size5); color: var(--main-link-color); font-family: 'monospace'; } diff --git a/webinterface.py b/webinterface.py index d7a9b74c7..fb6d28e98 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1553,7 +1553,9 @@ def htmlProfile(defaultTimeline: str, \ donateSection+='

'+translate['Matrix']+': '+matrixAddress+'

\n' donateSection+=' \n' if PGPpubKey: + donateSection+='
' donateSection+='

'+translate['PGP']+': '+PGPpubKey.replace('\n','
')+'

\n' + donateSection+='
' donateSection+='\n' if not authorized: