[Slashdotjp-dev 1464] [995] fix firehose design for simple design mode

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 2月 10日 (火) 20:36:25 JST


Revision: 995
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=995
Author:   tach
Date:     2009-02-10 20:36:25 +0900 (Tue, 10 Feb 2009)

Log Message:
-----------
fix firehose design for simple design mode

Modified Paths:
--------------
    images/trunk/css/slashcode_lite.css
    images/trunk/css/slashcode_lite.css.jp


-------------- next part --------------
Modified: images/trunk/css/slashcode_lite.css
===================================================================
--- images/trunk/css/slashcode_lite.css	2009-02-06 11:25:50 UTC (rev 994)
+++ images/trunk/css/slashcode_lite.css	2009-02-10 11:36:25 UTC (rev 995)
@@ -164,6 +164,10 @@
 
 /* Override slashcode_lite.css for slashdot.jp */
 
-div#firehose div.story div.generaltitle div.title a {
-	color: #fff !important;
+#firehose .article h3,
+#firehose .briefarticle h3 {
+	background: none !important;
+	border-bottom: solid 1px #000;
 }
+
+/* vim: set ft=css: */

Modified: images/trunk/css/slashcode_lite.css.jp
===================================================================
--- images/trunk/css/slashcode_lite.css.jp	2009-02-06 11:25:50 UTC (rev 994)
+++ images/trunk/css/slashcode_lite.css.jp	2009-02-10 11:36:25 UTC (rev 995)
@@ -1,5 +1,9 @@
 /* Override slashcode_lite.css for slashdot.jp */
 
-div#firehose div.story div.generaltitle div.title a {
-	color: #fff !important;
+#firehose .article h3,
+#firehose .briefarticle h3 {
+	background: none !important;
+	border-bottom: solid 1px #000;
 }
+
+/* vim: set ft=css: */



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