svnno****@sourc*****
svnno****@sourc*****
2008年 1月 24日 (木) 21:32:49 JST
Revision: 464 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=464 Author: tach Date: 2008-01-24 21:32:48 +0900 (Thu, 24 Jan 2008) Log Message: ----------- Fix: IE7 commentwrap down Modified Paths: -------------- images/Makefile images/css/iestyles.css -------------- next part -------------- Modified: images/Makefile =================================================================== --- images/Makefile 2008-01-24 11:05:33 UTC (rev 463) +++ images/Makefile 2008-01-24 12:32:48 UTC (rev 464) @@ -27,6 +27,8 @@ cat $@.orig | \ sed -e 's/images\.slashdot\.org/images.slashdot.jp/' | \ sed -e 's/text-align: right padding: 3px;/text-align: right; padding: 3px;/' | \ + sed -e 's/#articles div.storylinks ul {height: 2.3em; padding: 0 0 0 1em !important; z-index: 100;/#articles div.storylinks ul {height: 2.3em; padding: 0 0 0 1em !important; z-index: 100; }/' | \ + sed -e 's/#commentwrap {clear: both;}/* html #commentwrap {clear: both;}/' | \ perl -npe 's/\bfont-family:[^;]+;//' | \ perl -npe 's/\bsans-serif\b//' > $@ if [ -f $@.jp ]; then cat $@.jp >> $@; fi Modified: images/css/iestyles.css =================================================================== --- images/css/iestyles.css 2008-01-24 11:05:33 UTC (rev 463) +++ images/css/iestyles.css 2008-01-24 12:32:48 UTC (rev 464) @@ -27,7 +27,7 @@ div#contents div#message p { padding: .35em .7em .3em .7em; border-bottom: 1px solid #fff; } /* Comments */ -#commentwrap {clear: both;} +* html #commentwrap {clear: both;} #ccw-panel-container, div.ccw-panel, .ccw-count-pos, .ccw-count-text, .horizontal #ccw-body, .horizontal div.ccw-panel { left: 0; } #commentlisting {width: 99%;} #commentlisting ul li { background: url(//images.slashdot.jp/comment-line.png) no-repeat 3px 4px; } @@ -130,7 +130,7 @@ #articles div.storylinks, div.storylinks div, div.storylinks ul {position: relative !important; margin: 0 !important; padding: 0 !important; height: 3em;} #articles div.storylinks {margin-top: 1em !important} #articles div.storylinks div {height: 2.3em; margin: 0 0 1em 0 !important} -#articles div.storylinks ul {height: 2.3em; padding: 0 0 0 1em !important; z-index: 100; } +#articles div.storylinks ul {height: 2.3em; padding: 0 0 0 1em !important; z-index: 100; } div.storylinks ul {padding: .75em 8em .75em .6em; } #articles div.storylinks ul li a { _position: relative;}