mirror of https://gitlab.com/bashrc2/epicyon
pgp key outside of center
parent
57a15fe2df
commit
c8540341e7
|
@ -290,6 +290,8 @@ a:link {
|
||||||
}
|
}
|
||||||
|
|
||||||
.pgp {
|
.pgp {
|
||||||
|
float: left;
|
||||||
|
margin: 0% 20%;
|
||||||
font-size: var(--font-size4);
|
font-size: var(--font-size4);
|
||||||
color: var(--main-link-color);
|
color: var(--main-link-color);
|
||||||
font-family: 'monospace';
|
font-family: 'monospace';
|
||||||
|
|
|
@ -1551,9 +1551,9 @@ def htmlProfile(defaultTimeline: str, \
|
||||||
donateSection+='<p>'+translate['XMPP']+': '+xmppAddress+'</p>\n'
|
donateSection+='<p>'+translate['XMPP']+': '+xmppAddress+'</p>\n'
|
||||||
if matrixAddress:
|
if matrixAddress:
|
||||||
donateSection+='<p>'+translate['Matrix']+': '+matrixAddress+'</p>\n'
|
donateSection+='<p>'+translate['Matrix']+': '+matrixAddress+'</p>\n'
|
||||||
|
donateSection+=' </center>\n'
|
||||||
if PGPpubKey:
|
if PGPpubKey:
|
||||||
donateSection+='<p class="pgp">'+translate['PGP']+': '+PGPpubKey.replace('\n','<br>')+'</p>\n'
|
donateSection+='<p class="pgp">'+translate['PGP']+': '+PGPpubKey.replace('\n','<br>')+'</p>\n'
|
||||||
donateSection+=' </center>\n'
|
|
||||||
donateSection+='</div>\n'
|
donateSection+='</div>\n'
|
||||||
|
|
||||||
if not authorized:
|
if not authorized:
|
||||||
|
|
Loading…
Reference in New Issue