svnno****@sourc*****
svnno****@sourc*****
2009年 1月 9日 (金) 21:06:23 JST
Revision: 937 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=937 Author: tach Date: 2009-01-09 21:06:23 +0900 (Fri, 09 Jan 2009) Log Message: ----------- fix zooicon position and commentBody line-height Modified Paths: -------------- test/images/css/comments.css test/images/css/comments.css.jp test/images/css/slashdotjp.css -------------- next part -------------- Modified: test/images/css/comments.css =================================================================== --- test/images/css/comments.css 2009-01-09 10:57:13 UTC (rev 936) +++ test/images/css/comments.css 2009-01-09 12:06:23 UTC (rev 937) @@ -405,6 +405,11 @@ left: 13px !important; } +/* fix line-height of commentBody */ +div.commentBody { + line-height: 1.4; +} + /* fix d2 buttons design */ .inline_comment .replyto_buttons { margin: 0; Modified: test/images/css/comments.css.jp =================================================================== --- test/images/css/comments.css.jp 2009-01-09 10:57:13 UTC (rev 936) +++ test/images/css/comments.css.jp 2009-01-09 12:06:23 UTC (rev 937) @@ -11,6 +11,11 @@ left: 13px !important; } +/* fix line-height of commentBody */ +div.commentBody { + line-height: 1.4; +} + /* fix d2 buttons design */ .inline_comment .replyto_buttons { margin: 0; Modified: test/images/css/slashdotjp.css =================================================================== --- test/images/css/slashdotjp.css 2009-01-09 10:57:13 UTC (rev 936) +++ test/images/css/slashdotjp.css 2009-01-09 12:06:23 UTC (rev 937) @@ -222,6 +222,11 @@ work-break: break-all; } +/* zoo icon position fix */ +.zooicon img { + vertical-align: bottom; +} + /* write comment big link */ .write-comment-link { font-size: 160%;