[Slashdotjp-dev 1481] [1012] add lower-contents css

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 2月 18日 (水) 18:33:09 JST


Revision: 1012
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1012
Author:   tach
Date:     2009-02-18 18:33:09 +0900 (Wed, 18 Feb 2009)

Log Message:
-----------
add lower-contents css

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


-------------- next part --------------
Modified: images/trunk/css/slashdotjp.css
===================================================================
--- images/trunk/css/slashdotjp.css	2009-02-18 02:55:43 UTC (rev 1011)
+++ images/trunk/css/slashdotjp.css	2009-02-18 09:33:09 UTC (rev 1012)
@@ -357,6 +357,28 @@
 	margin: 0.8em 0;
 }
 
+/* lower contents for whole site */
+#lower-contents {
+	margin-top: 1em;
+	white-space: nowrap;
+}
+
+/* story widget at the bottom of contents */
+#lower-contents .story-widget {
+	margin-top: 1em;
+	background: #E8E8E8;
+}
+
+#lower-contents .story-widget ol {
+	margin: 0 0 0 2em !important;
+	padding: 0.5em 0.7em;
+	line-height: 1.7;
+}
+
+#lower-contents .story-widget ol li a.comments {
+	font-size: 90%;
+}
+
 /* FAQ page navigation */
 #wikicontents .pagenavi {
 	background: #666 url(//images.slashdot.jp/block-title-bg.png) repeat-x;



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