svnno****@sourc*****
svnno****@sourc*****
2009年 1月 16日 (金) 13:36:02 JST
Revision: 955 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=955 Author: tach Date: 2009-01-16 13:36:01 +0900 (Fri, 16 Jan 2009) Log Message: ----------- fix pollBooth result graph location for IE6 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-15 03:50:43 UTC (rev 954) +++ images/trunk/css/ie6.css 2009-01-16 04:36:01 UTC (rev 955) @@ -134,4 +134,8 @@ display: inline; } +#pollBooth .generalbody #resultgraph table { + width: 99%; +} + /* vim: set ft=css: */ Modified: images/trunk/css/ie6.css.jp =================================================================== --- images/trunk/css/ie6.css.jp 2009-01-15 03:50:43 UTC (rev 954) +++ images/trunk/css/ie6.css.jp 2009-01-16 04:36:01 UTC (rev 955) @@ -7,4 +7,8 @@ display: inline; } +#pollBooth .generalbody #resultgraph table { + width: 99%; +} + /* vim: set ft=css: */