pgp key outside of center

merge-requests/6/head
Bob Mottram 2019-12-17 21:15:41 +00:00
parent 57a15fe2df
commit c8540341e7
2 changed files with 3 additions and 1 deletions

View File

@ -290,6 +290,8 @@ a:link {
}
.pgp {
float: left;
margin: 0% 20%;
font-size: var(--font-size4);
color: var(--main-link-color);
font-family: 'monospace';

View File

@ -1551,9 +1551,9 @@ def htmlProfile(defaultTimeline: str, \
donateSection+='<p>'+translate['XMPP']+': '+xmppAddress+'</p>\n'
if matrixAddress:
donateSection+='<p>'+translate['Matrix']+': '+matrixAddress+'</p>\n'
donateSection+=' </center>\n'
if PGPpubKey:
donateSection+='<p class="pgp">'+translate['PGP']+': '+PGPpubKey.replace('\n','<br>')+'</p>\n'
donateSection+=' </center>\n'
donateSection+='</div>\n'
if not authorized: