svnno****@sourc*****
svnno****@sourc*****
2009年 1月 15日 (木) 12:50:43 JST
Revision: 954 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=954 Author: tach Date: 2009-01-15 12:50:43 +0900 (Thu, 15 Jan 2009) Log Message: ----------- fix typo Modified Paths: -------------- images/trunk/Makefile images/trunk/css/firehose.css -------------- next part -------------- Modified: images/trunk/Makefile =================================================================== --- images/trunk/Makefile 2009-01-15 03:46:18 UTC (rev 953) +++ images/trunk/Makefile 2009-01-15 03:50:43 UTC (rev 954) @@ -34,6 +34,7 @@ sed -e 's/#articles div.storylinks, div.storylinks div, div.storylinks ul {position: relative !important; margin: 0 !important; padding: 0 !important; height: 3em;}/#articles div.storylinks, div.storylinks div, div.storylinks ul {_position: relative !important; _margin: 0 !important; _padding: 0 !important; _height: 3em;}/' | \ sed -e 's/#commentwrap {clear: both;}/* html #commentwrap {clear: both;}/' | \ sed -e 's/div#users-blocks {margin: 0 18.5em 0 0; overflow: hidden;}/div#users-blocks {margin: 0 18.5em 0 0; _overflow: hidden;}/' | \ + perl -npe 's/\.briefarticle h3 a {#555}/.briefarticle h3 a { color: #555; }/' | \ perl -npe 's/\bfont-family:[^;]+;//' | \ perl -npe "s/^\/\/.*$$//" | \ perl -npe 's/\bsans-serif\b//' > $@ Modified: images/trunk/css/firehose.css =================================================================== --- images/trunk/css/firehose.css 2009-01-15 03:46:18 UTC (rev 953) +++ images/trunk/css/firehose.css 2009-01-15 03:50:43 UTC (rev 954) @@ -441,7 +441,7 @@ .article .generaltitle, .briefarticle .generaltitle { min-height: 25px; position: relative; background-image: url('//images.slashdot.jp/fh_btr_s.png') !important; background-position: top right !important;} .briefarticle .generaltitle .title { background-image: url('//images.slashdot.jp/fh_br_s.png') !important; background-position: bottom right !important;} .briefarticle .story a {color: #fff;} -.briefarticle h3 a {#555} +.briefarticle h3 a { color: #555; } #firehose div.generaltitle h3 a, #console div.generaltitle h3 a { color: #555; } #firehose .story div.generaltitle h3 a, #firehose .future div.generaltitle h3 a, #console .story div.generaltitle h3 a, #console .future div.generaltitle h3 a { color: #fff; }