server version

This commit is contained in:
w0bm
2021-12-24 11:56:41 +00:00
parent 94c504de64
commit e63cbfa01e
2 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@@ -1348,7 +1348,7 @@ button#togglebg:hover, button.bg-toggle:hover, button#fav:hover, button#webm_edi
.monchichi {
display: inherit;
background: #000000b3;
border-radius: 5px;
/* border-radius: 5px; */
border: 1px solid black;
margin: 5px;
}
@@ -1977,3 +1977,7 @@ ol, ul, dl {
padding-right: 5px;
border-top: inset 1px gray;
}
p.comment {
word-wrap: break-word;
}