[TYPO3-dev] indexed search: where is the css template?

Robert Markula robert.markula at gmx.net
Mon Mar 20 17:47:10 CET 2006


Michael Stucki wrote:
(...)
> I've changed the result browser from table to an unsorted list short before
> RC1. I didn't check if your template is prepared for that change (since
> that code was partly generated by PHP). Please check.

Nice :)

The result browser could be styled like this:
Page 1   Page 2   Page 3   Page 4
using:
ul.browsebox li { list-style:none; margin-right:1em; float:left; }.

But how can I clear the float after the result browser? IMHO I'd need 
something like
<div class="clear_right"><!-- [blind text] --></div>

and in CSS:
div.clear_right { clear:right; }.

Other ideas?

Regards,
Ro




More information about the TYPO3-dev mailing list