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

@ -1,4 +1,4 @@
/*
/*
Thank you very much the wonderful CSS lainchan.jp Developers , whose CSS theme was the orginal inspiration for this file
. It is was removed from CSS theme list at their request, and is included here as a derivative work licensed under fair use,
with at least 40% of the file being different so that lainons can use it as user CSS if they like.
@ -346,18 +346,18 @@ br.clear {
clear: left;
display: block;
}
span.controls {
div.controls {
float: right !important;
clear: none !important;
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 {