svnno****@sourc*****
svnno****@sourc*****
2009年 1月 23日 (金) 17:55:38 JST
Revision: 966 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=966 Author: tach Date: 2009-01-23 17:55:38 +0900 (Fri, 23 Jan 2009) Log Message: ----------- fix for IE6: suppress microad_comment: title of first article has been disappiered Modified Paths: -------------- images/trunk/css/ie6.css images/trunk/css/ie6.css.jp -------------- next part -------------- Modified: images/trunk/css/ie6.css =================================================================== --- images/trunk/css/ie6.css 2009-01-21 09:24:19 UTC (rev 965) +++ images/trunk/css/ie6.css 2009-01-23 08:55:38 UTC (rev 966) @@ -138,4 +138,9 @@ width: 99%; } +/* suppress microad_comment: title of first article has been disappiered */ +.microad_comment { + display: none; +} + /* vim: set ft=css: */ Modified: images/trunk/css/ie6.css.jp =================================================================== --- images/trunk/css/ie6.css.jp 2009-01-21 09:24:19 UTC (rev 965) +++ images/trunk/css/ie6.css.jp 2009-01-23 08:55:38 UTC (rev 966) @@ -11,4 +11,9 @@ width: 99%; } +/* suppress microad_comment: title of first article has been disappiered */ +.microad_comment { + display: none; +} + /* vim: set ft=css: */