Browse Source

Style for mod controls on posts

pull/40/head
Savetheinternet 14 years ago
parent
commit
a395805e58
  1. 13
      style.css

13
style.css

@ -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;
}
Loading…
Cancel
Save