svnno****@sourc*****
svnno****@sourc*****
2009年 2月 24日 (火) 17:50:43 JST
Revision: 1042 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1042 Author: tach Date: 2009-02-24 17:50:43 +0900 (Tue, 24 Feb 2009) Log Message: ----------- make "score" display more small Modified Paths: -------------- images/trunk/css/comments.css images/trunk/css/comments.css.jp -------------- next part -------------- Modified: images/trunk/css/comments.css =================================================================== --- images/trunk/css/comments.css 2009-02-23 13:43:44 UTC (rev 1041) +++ images/trunk/css/comments.css 2009-02-24 08:50:43 UTC (rev 1042) @@ -471,6 +471,11 @@ background: url(/images/d2_button_horizonal_v2_jp.png) no-repeat; } +/* fix score display */ +.comment .title .score { + font-size: 90%; +} + /* fix comment button color */ .nbutton { background-color: #CCC; Modified: images/trunk/css/comments.css.jp =================================================================== --- images/trunk/css/comments.css.jp 2009-02-23 13:43:44 UTC (rev 1041) +++ images/trunk/css/comments.css.jp 2009-02-24 08:50:43 UTC (rev 1042) @@ -77,6 +77,11 @@ background: url(/images/d2_button_horizonal_v2_jp.png) no-repeat; } +/* fix score display */ +.comment .title .score { + font-size: 90%; +} + /* fix comment button color */ .nbutton { background-color: #CCC;