svnno****@sourc*****
svnno****@sourc*****
2008年 12月 26日 (金) 14:30:35 JST
Revision: 906 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=906 Author: tach Date: 2008-12-26 14:30:35 +0900 (Fri, 26 Dec 2008) Log Message: ----------- fix comment message design for d2 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-25 12:58:30 UTC (rev 905) +++ test/images/css/comments.css 2008-12-26 05:30:35 UTC (rev 906) @@ -412,4 +412,10 @@ background: #FFF; } +/* fix d2 error message design */ +.inline_comment .replyto_msg { + background: transparent; + border: none; +} + /* vim: ts=4:ft=css: Modified: test/images/css/comments.css.jp =================================================================== --- test/images/css/comments.css.jp 2008-12-25 12:58:30 UTC (rev 905) +++ test/images/css/comments.css.jp 2008-12-26 05:30:35 UTC (rev 906) @@ -18,4 +18,10 @@ background: #FFF; } +/* fix d2 error message design */ +.inline_comment .replyto_msg { + background: transparent; + border: none; +} + /* vim: ts=4:ft=css: