Merge branch 'master' of gitlab.esy.fun:yogsototh/her.esy.fun

This commit is contained in:
Yann Esposito (Yogsototh) 2020-01-04 00:06:46 +01:00
commit a19d95a38c
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:
<div style="text-align:center">
<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="16" stroke="var(--r)" stroke-width="1" fill="var(--o)"/>
<circle cx="32" cy="32" r="8" stroke-width="0" fill="var(--y)"/>
<ellipse cx="32" cy="12" rx="16" ry="10" stroke-width="0" fill="var(--b3)"/>
<circle cx="32" cy="32" r="30" stroke="var(--b2)" stroke-width="2" fill="var(--b03)"/>
<circle cx="32" cy="32" r="12" stroke="var(--r)" stroke-width="2" fill="var(--o)"/>
<circle cx="32" cy="32" r="6" stroke-width="0" fill="var(--y)"/>
<ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="var(--b3)"/>
</svg>
</div>
@@

View File

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