svnno****@sourc*****
svnno****@sourc*****
2008年 12月 19日 (金) 17:03:16 JST
Revision: 896 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=896 Author: tach Date: 2008-12-19 17:03:16 +0900 (Fri, 19 Dec 2008) Log Message: ----------- fix for topic icon float Modified Paths: -------------- test/images/css/slashdotjp.css -------------- next part -------------- Modified: test/images/css/slashdotjp.css =================================================================== --- test/images/css/slashdotjp.css 2008-12-19 07:58:56 UTC (rev 895) +++ test/images/css/slashdotjp.css 2008-12-19 08:03:16 UTC (rev 896) @@ -69,6 +69,11 @@ margin-right: 0; } +/* fix for topic icon float */ +#firehoselist .article .body .fhtext { + min-height: 80px; +} + div#slashboxes div.block img.map { float: right; }