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