svnno****@sourc*****
svnno****@sourc*****
2008年 12月 26日 (金) 18:18:30 JST
Revision: 909 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=909 Author: tach Date: 2008-12-26 18:18:30 +0900 (Fri, 26 Dec 2008) Log Message: ----------- fix edit comment label Modified Paths: -------------- test/images/css/comments.css test/images/css/comments.css.jp -------------- next part -------------- Modified: test/images/css/comments.css =================================================================== --- test/images/css/comments.css 2008-12-26 05:55:08 UTC (rev 908) +++ test/images/css/comments.css 2008-12-26 09:18:30 UTC (rev 909) @@ -423,4 +423,11 @@ background: #FFF; } +/* fix d2 comment anon checkbox */ +.generaltitle h3 label { + display: inline; + font-weight: normal; + font-size: 85%; +} + /* vim: ts=4:ft=css: Modified: test/images/css/comments.css.jp =================================================================== --- test/images/css/comments.css.jp 2008-12-26 05:55:08 UTC (rev 908) +++ test/images/css/comments.css.jp 2008-12-26 09:18:30 UTC (rev 909) @@ -29,4 +29,11 @@ background: #FFF; } +/* fix d2 comment anon checkbox */ +.generaltitle h3 label { + display: inline; + font-weight: normal; + font-size: 85%; +} + /* vim: ts=4:ft=css: