mirror of https://gitlab.com/bashrc2/epicyon
Don't attempt fancy alignment
parent
19e080de25
commit
71d5959d46
|
@ -76,7 +76,6 @@ a:link {
|
|||
}
|
||||
|
||||
.pgp {
|
||||
float: left;
|
||||
font-size: var(--font-size5);
|
||||
color: var(--main-link-color);
|
||||
font-family: 'monospace';
|
||||
|
|
|
@ -290,7 +290,6 @@ a:link {
|
|||
}
|
||||
|
||||
.pgp {
|
||||
float: left;
|
||||
font-size: var(--font-size5);
|
||||
color: var(--main-link-color);
|
||||
font-family: 'monospace';
|
||||
|
|
|
@ -1551,11 +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+='<div style="text-align: center;">'
|
||||
donateSection+='<p id="pgp">'+translate['PGP']+': '+PGPpubKey.replace('\n','<br>')+'</p>\n'
|
||||
donateSection+='</div>'
|
||||
donateSection+='<p class="pgp">'+translate['PGP']+': '+PGPpubKey.replace('\n','<br>')+'</p>\n'
|
||||
donateSection+=' </center>\n'
|
||||
donateSection+='</div>\n'
|
||||
|
||||
if not authorized:
|
||||
|
|
Loading…
Reference in New Issue