svnno****@sourc*****
svnno****@sourc*****
2008年 9月 19日 (金) 14:34:58 JST
Revision: 765 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=765 Author: tach Date: 2008-09-19 14:34:58 +0900 (Fri, 19 Sep 2008) Log Message: ----------- fix for IE7 Modified Paths: -------------- images/Makefile images/css/iestyles.css -------------- next part -------------- Modified: images/Makefile =================================================================== --- images/Makefile 2008-09-19 05:23:49 UTC (rev 764) +++ images/Makefile 2008-09-19 05:34:58 UTC (rev 765) @@ -28,6 +28,7 @@ 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/#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;}/' | \ perl -npe 's/\bfont-family:[^;]+;//' | \ perl -npe "s/^\/\/.*$$//" | \ Modified: images/css/iestyles.css =================================================================== --- images/css/iestyles.css 2008-09-19 05:23:49 UTC (rev 764) +++ images/css/iestyles.css 2008-09-19 05:34:58 UTC (rev 765) @@ -127,7 +127,7 @@ /* Random */ #articles div.taguser {margin-bottom: 1em} #articles div.tags div.tagbody .message {bottom: 0; z-index: 1001;} -#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;} #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; }