logo fix, minor hrule fix too

This commit is contained in:
Yann Esposito (Yogsototh) 2019-12-08 16:00:31 +01:00
parent 152c47b862
commit 24c7f8b9c4
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
@@html: @@html:
<div style="text-align:center"> <div style="text-align:center">
<svg width="5em" viewBox="0 0 64 64"> <svg width="5em" viewBox="0 0 64 64">
<circle cx="32" cy="32" r="31" stroke="var(--b2)" stroke-width="1" fill="var(--b03)"/> <circle cx="32" cy="32" r="30" stroke="var(--b2)" stroke-width="2" fill="var(--b03)"/>
<circle cx="32" cy="32" r="16" stroke="var(--r)" stroke-width="1" fill="var(--o)"/> <circle cx="32" cy="32" r="12" stroke="var(--r)" stroke-width="2" fill="var(--o)"/>
<circle cx="32" cy="32" r="8" stroke-width="0" fill="var(--y)"/> <circle cx="32" cy="32" r="6" stroke-width="0" fill="var(--y)"/>
<ellipse cx="32" cy="12" rx="16" ry="10" stroke-width="0" fill="var(--b3)"/> <ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="var(--b3)"/>
</svg> </svg>
</div> </div>
@@ @@

View File

@ -126,7 +126,7 @@ hr {
} }
#postamble:before, hr:after { #postamble:before, hr:after {
text-align: center; text-align: center;
content: "-----------------------------------------------------------------------------"; content: "--------------------------------------------------------------------------------";
display:block; display:block;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;