Allow empty automatic sizes + better HTML semantics and forms

This commit is contained in:
Miraty 2021-11-06 00:33:15 +01:00
commit 69d172a8d8
6 changed files with 108 additions and 98 deletions

View file

@ -77,6 +77,14 @@ a {
@media @dark {
background-color: @bgHelp-dark;
}
& p {
margin-top: 0px;
margin-bottom: 8px;
&:last-child {
margin-bottom: 0px;
}
}
}
#sideParams {