svnno****@sourc*****
svnno****@sourc*****
2008年 12月 16日 (火) 17:51:24 JST
Revision: 886 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=886 Author: tach Date: 2008-12-16 17:51:24 +0900 (Tue, 16 Dec 2008) Log Message: ----------- fix related stories layout Modified Paths: -------------- test/images/css/slashdotjp.css -------------- next part -------------- Modified: test/images/css/slashdotjp.css =================================================================== --- test/images/css/slashdotjp.css 2008-12-16 03:31:17 UTC (rev 885) +++ test/images/css/slashdotjp.css 2008-12-16 08:51:24 UTC (rev 886) @@ -99,10 +99,23 @@ margin: 0.3em 0.7em; } -.generaltitle .title h3 a.skin { +/* change skin/section link color more light */ +.generaltitle .title h3 a.skin, +#article .briefarticle .section a { color: #699; } +/* related story design */ +#article .briefarticle { + background: #E8E8E8; + padding: 0.4em; +} + +#article .briefarticle .section a, +#article .briefarticle .storytitle a { + font-weight: bold; +} + div.microad_comment { overflow: hidden; background: #FFF;