svnno****@sourc*****
svnno****@sourc*****
2008年 12月 10日 (水) 19:22:34 JST
Revision: 875 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=875 Author: tach Date: 2008-12-10 19:22:34 +0900 (Wed, 10 Dec 2008) Log Message: ----------- fix for section css Modified Paths: -------------- test/images/Makefile test/images/css/slashdot_apple.css test/images/css/slashdot_ask.css test/images/css/slashdot_linux.css test/images/css/slashdot_linux.css.jp Added Paths: ----------- test/images/css/slashdot_apple.css.jp test/images/css/slashdot_ask.css.jp test/images/css/slashdot_books.css.jp test/images/css/slashdot_developer.css.jp test/images/css/slashdot_games.css.jp test/images/css/slashdot_hardware.css.jp test/images/css/slashdot_it.css.jp test/images/css/slashdot_mobile.css.jp test/images/css/slashdot_politics.css.jp test/images/css/slashdot_yro.css.jp -------------- next part -------------- Modified: test/images/Makefile =================================================================== --- test/images/Makefile 2008-12-10 08:53:37 UTC (rev 874) +++ test/images/Makefile 2008-12-10 10:22:34 UTC (rev 875) @@ -21,7 +21,8 @@ wget --no-proxy --no-host-directories --mirror --no-verbose -i - touch images-stamp -css/slashcode_lite.css css/slashcode_low_bw.css css/iestyles.css css/admin.css css/slashdot_linux.css css/comments.css: %: %.orig %.jp +css/slashcode_lite.css css/slashcode_low_bw.css css/iestyles.css css/admin.css css/comments.css: %: %.orig %.jp +$(patsubst %, css/slashdot_%.css, $(sections)): %: %.orig %.jp $(csses): %: css/%.css $(sections): %: css/slashdot_%.css $(patsubst %, css/%.css, $(csses)) $(patsubst %,css/slashdot_%.css, $(sections)): %: %.orig Modified: test/images/css/slashdot_apple.css =================================================================== --- test/images/css/slashdot_apple.css 2008-12-10 08:53:37 UTC (rev 874) +++ test/images/css/slashdot_apple.css 2008-12-10 10:22:34 UTC (rev 875) @@ -24,3 +24,6 @@ { background: #000 url(//images.slashdot.jp/article-title-bg-apple.png) repeat-x left top !important} +.generaltitle .title h3 a.skin { + color: #999; +} Added: test/images/css/slashdot_apple.css.jp =================================================================== --- test/images/css/slashdot_apple.css.jp (rev 0) +++ test/images/css/slashdot_apple.css.jp 2008-12-10 10:22:34 UTC (rev 875) @@ -0,0 +1,3 @@ +.generaltitle .title h3 a.skin { + color: #999; +} Modified: test/images/css/slashdot_ask.css =================================================================== --- test/images/css/slashdot_ask.css 2008-12-10 08:53:37 UTC (rev 874) +++ test/images/css/slashdot_ask.css 2008-12-10 10:22:34 UTC (rev 875) @@ -22,3 +22,6 @@ { background: #666 url(//images.slashdot.jp/block-title-bg.pnh) repeat-x left top !important} +.generaltitle .title h3 a.skin { + color: #CCC; +} Added: test/images/css/slashdot_ask.css.jp =================================================================== --- test/images/css/slashdot_ask.css.jp (rev 0) +++ test/images/css/slashdot_ask.css.jp 2008-12-10 10:22:34 UTC (rev 875) @@ -0,0 +1,3 @@ +.generaltitle .title h3 a.skin { + color: #CCC; +} Added: test/images/css/slashdot_books.css.jp =================================================================== Added: test/images/css/slashdot_developer.css.jp =================================================================== Added: test/images/css/slashdot_games.css.jp =================================================================== Added: test/images/css/slashdot_hardware.css.jp =================================================================== Added: test/images/css/slashdot_it.css.jp =================================================================== Modified: test/images/css/slashdot_linux.css =================================================================== --- test/images/css/slashdot_linux.css 2008-12-10 08:53:37 UTC (rev 874) +++ test/images/css/slashdot_linux.css 2008-12-10 10:22:34 UTC (rev 875) @@ -31,3 +31,7 @@ { text-decoration: none; } + +.generaltitle .title h3 a.skin { + color: #999; +} Modified: test/images/css/slashdot_linux.css.jp =================================================================== --- test/images/css/slashdot_linux.css.jp 2008-12-10 08:53:37 UTC (rev 874) +++ test/images/css/slashdot_linux.css.jp 2008-12-10 10:22:34 UTC (rev 875) @@ -2,3 +2,7 @@ { text-decoration: none; } + +.generaltitle .title h3 a.skin { + color: #999; +} Added: test/images/css/slashdot_mobile.css.jp =================================================================== Added: test/images/css/slashdot_politics.css.jp =================================================================== Added: test/images/css/slashdot_yro.css.jp ===================================================================