1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-12 01:50:48 +01:00

Style for mod controls on posts

This commit is contained in:
Savetheinternet 2010-12-16 17:04:52 +11:00
parent f49bfa17c0
commit a395805e58

View File

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