[dev] [cvs] commit: hordeweb horde.css hordeweb/bounties bounties.html

Michael M Slusarz slusarz at horde.org
Fri Dec 11 17:15:55 UTC 2009


Quoting Jan Schneider <jan at horde.org>:

> jan         2009-12-11 17:09:21 UTC
>
>   Modified files:
>     .                    horde.css
>     bounties             bounties.html
>   Log:
>   Use inline-block for better sponsor wrapping. Add blurb if there  
> are no unsponsored bounties.

Unfortunately inline-block doesn't work for IE <= 7 or FF 2.  To get  
inline-block to work correctly, you need all of the following:

display: -moz-inline-stack;
zoom: 1;
*display: inline;
display: inline-block;

michael

-- 
___________________________________
Michael Slusarz [slusarz at horde.org]



More information about the dev mailing list