Browse Source

weird CSS bug sometimes causing posts to overlap

pull/40/head
Michael Save 12 years ago
parent
commit
ef09c8e3a6
  1. 1
      stylesheets/style.css

1
stylesheets/style.css

@ -215,6 +215,7 @@ span.omitted {
}
br.clear {
clear: left;
display: block;
}
span.controls {
float: right;

Loading…
Cancel
Save