BUGFIX Fixed float issue caused by change in r70303

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70474 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-01-20 22:51:44 +00:00 committed by Sam Minnee
parent e0e9acb8b9
commit f09ee232fa

View File

@ -2,6 +2,7 @@
background: #eee; background: #eee;
padding: 0 0 5px 0; padding: 0 0 5px 0;
float: left; float: left;
width: 100%;
} }
#left form#search_options { #left form#search_options {
padding-bottom: 8px; padding-bottom: 8px;