mirror of https://gitlab.com/bashrc2/epicyon
Center and align left
parent
c8540341e7
commit
660636e93c
|
@ -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';
|
||||
}
|
||||
|
|
|
@ -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';
|
||||
}
|
||||
|
|
|
@ -1553,7 +1553,9 @@ def htmlProfile(defaultTimeline: str, \
|
|||
donateSection+='<p>'+translate['Matrix']+': '+matrixAddress+'</p>\n'
|
||||
donateSection+=' </center>\n'
|
||||
if PGPpubKey:
|
||||
donateSection+='<div style="text-align: center;">'
|
||||
donateSection+='<p class="pgp">'+translate['PGP']+': '+PGPpubKey.replace('\n','<br>')+'</p>\n'
|
||||
donateSection+='</div>'
|
||||
donateSection+='</div>\n'
|
||||
|
||||
if not authorized:
|
||||
|
|
Loading…
Reference in New Issue