# HG changeset patch # User bsw # Date 1330441445 -3600 # Node ID aae4ff2780085013cc24b0692901eb51e5ca06a6 # Parent 0306d1b1468541525cc41670b0d48b490f72c8a7 Added missing clear left to style diff -r 0306d1b14685 -r aae4ff278008 static/style.css --- a/static/style.css Tue Feb 28 16:02:51 2012 +0100 +++ b/static/style.css Tue Feb 28 16:04:05 2012 +0100 @@ -845,6 +845,10 @@ * Issues */ +.issues { + clear: left; +} + .issues .issue { overflow: hidden; margin-bottom: 2ex;