svnno****@sourc*****
svnno****@sourc*****
2009年 2月 20日 (金) 17:46:50 JST
Revision: 1021 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1021 Author: tach Date: 2009-02-20 17:46:50 +0900 (Fri, 20 Feb 2009) Log Message: ----------- add ul/li css for comments-suffix-prev-next Modified Paths: -------------- images/trunk/css/slashdotjp.css -------------- next part -------------- Modified: images/trunk/css/slashdotjp.css =================================================================== --- images/trunk/css/slashdotjp.css 2009-02-19 10:25:49 UTC (rev 1020) +++ images/trunk/css/slashdotjp.css 2009-02-20 08:46:50 UTC (rev 1021) @@ -303,6 +303,7 @@ border: 4px solid #CCC; border-radius: 10px; -moz-border-radius: 10px; + text-align: center; } .comments-suffix-prev-next .suffix-prev { @@ -322,6 +323,25 @@ font-weight: bold; } +.comments-suffix-prev-next ul, +.comments-suffix-prev-next ul li { + display: inline; +} + +.comments-suffix-prev-next ul li span { + padding: 0 0.5em 0 0.8em; + font-weight: bold; +} + +.comments-suffix-prev-next ul li:before { + color: #999; + content: "|"; +} + +.comments-suffix-prev-next ul li.start:before { + content: ""; +} + /* zoo icon position fix */ .zooicon img { vertical-align: bottom;