svnno****@sourc*****
svnno****@sourc*****
2009年 1月 13日 (火) 08:23:34 JST
Revision: 945 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=945 Author: tach Date: 2009-01-13 08:23:33 +0900 (Tue, 13 Jan 2009) Log Message: ----------- fix list-style for comments (#14572) Ticket Links: :----------- http://sourceforge.jp/projects/slashdotjp/tracker/detail/14572 Modified Paths: -------------- images/trunk/Makefile images/trunk/css/comments.css images/trunk/css/comments.css.jp -------------- next part -------------- Modified: images/trunk/Makefile =================================================================== --- images/trunk/Makefile 2009-01-09 12:40:03 UTC (rev 944) +++ images/trunk/Makefile 2009-01-12 23:23:33 UTC (rev 945) @@ -29,6 +29,7 @@ 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/ul li {list-style-type: none}//' | \ 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;}/' | \ Modified: images/trunk/css/comments.css =================================================================== --- images/trunk/css/comments.css 2009-01-09 12:40:03 UTC (rev 944) +++ images/trunk/css/comments.css 2009-01-12 23:23:33 UTC (rev 945) @@ -1,7 +1,7 @@ frame {border: none; overflow: hidden} -ul li {list-style-type: none} + #commentlisting ul li { padding-left: 2em; background: url("//images.slashdot.jp/comment-line.png") no-repeat 10px 0px; @@ -405,6 +405,11 @@ left: 13px !important; } +/* fix #commentlisting list-style */ +#commentlisting { + list-style: none; +} + /* fix line-height of commentBody */ div.commentBody { line-height: 1.4; Modified: images/trunk/css/comments.css.jp =================================================================== --- images/trunk/css/comments.css.jp 2009-01-09 12:40:03 UTC (rev 944) +++ images/trunk/css/comments.css.jp 2009-01-12 23:23:33 UTC (rev 945) @@ -11,6 +11,11 @@ left: 13px !important; } +/* fix #commentlisting list-style */ +#commentlisting { + list-style: none; +} + /* fix line-height of commentBody */ div.commentBody { line-height: 1.4;