tweek css for staff search results item type images

This add a clear:left; to the #searchresults ul li selector.  Otherwise
it's possible an item type image will be offset by an image above it and
not float all the way to the left.  This makes sure the image is clear
of the above image.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Michael Hafen 2009-03-18 11:00:28 -06:00 committed by Galen Charlton
parent 657371808a
commit a0a24ae25f

View file

@ -1283,6 +1283,7 @@ overflow : hidden;
font-size : 90%;
list-style : url(../../img/item-bullet.gif);
padding : .2em 0;
clear : left;
}
#searchresults span.status {