[Slashdotjp-dev 1364] [895] 300px width slashboxes fix for firehose

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 12月 19日 (金) 16:58:56 JST


Revision: 895
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=895
Author:   tach
Date:     2008-12-19 16:58:56 +0900 (Fri, 19 Dec 2008)

Log Message:
-----------
300px width slashboxes fix for firehose

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


-------------- next part --------------
Modified: test/images/css/slashdotjp.css
===================================================================
--- test/images/css/slashdotjp.css	2008-12-18 08:30:08 UTC (rev 894)
+++ test/images/css/slashdotjp.css	2008-12-19 07:58:56 UTC (rev 895)
@@ -46,26 +46,29 @@
 #wrapper #indexhead,
 #search.aduserbox .generaltitle,
 #search.aduserbox .generalbody,
-#firehoselist,
-#firehose #message,
-#firehose #messagearea,
-#firehose #itemsreturned,
-#firehose .firemenu,
-#firehose .paginate,
 #pollBooth #wide,
 div#users-blocks {
 	margin-right: 212px;
 }
 
 #index #indexhead,
-#index #articles {
+#index #articles,
+#firehose #firehose-main {
 	margin-right: 312px;
 }
 
-#index #slashboxes {
+#index #slashboxes,
+#firehose #slashboxes {
 	width: 300px;
 }
 
+/* fix firehose right margin */
+#firehoselist,
+#firehose #message,
+.firemenu, #console {
+	margin-right: 0;
+}
+
 div#slashboxes div.block img.map {
 	float: right;
 }


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