[Slashdotjp-dev 1299] [828] change author link color to black like normal text

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 11月 20日 (木) 19:12:58 JST


Revision: 828
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=828
Author:   tach
Date:     2008-11-20 19:12:58 +0900 (Thu, 20 Nov 2008)

Log Message:
-----------
change author link color to black like normal text

Modified Paths:
--------------
    images/css/slashdotjp.css


-------------- next part --------------
Modified: images/css/slashdotjp.css
===================================================================
--- images/css/slashdotjp.css	2008-11-20 10:08:06 UTC (rev 827)
+++ images/css/slashdotjp.css	2008-11-20 10:12:58 UTC (rev 828)
@@ -164,6 +164,11 @@
 	background: #eee url(//images.slashdot.jp/slashbox-bottom-left.png) no-repeat left bottom;
 }
 
+/* author link become black */
+.article .details a.author {
+	color: #111;
+}
+
 /* Suppress long URLs/words */
 div.commentBody {
 	overflow-x: auto;


Slashdotjp-dev メーリングリストの案内
Back to archive index