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 { br.clear {
clear: left; clear: left;
display: block;
} }
span.controls { span.controls {
float: right; float: right;

Loading…
Cancel
Save