stylesheets: fix controls styling

This commit is contained in:
Zankaria 2024-08-29 16:28:46 +02:00
parent 691cd0b531
commit 36fddc852e
9 changed files with 71 additions and 71 deletions

View file

@ -232,17 +232,17 @@ span.omitted {
br.clear {
clear: left;
}
span.controls {
div.controls {
float: right;
margin: 0;
padding: 0;
font-size: 80%;
}
span.controls.op {
div.controls.op {
float: none;
margin-left: 10px;
}
span.controls a {
div.controls a {
margin: 0;
}
div#wrap {