[Slashdotjp-dev 1292] [821] message area ul hack

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 11月 19日 (水) 12:36:49 JST


Revision: 821
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=821
Author:   tach
Date:     2008-11-19 12:36:49 +0900 (Wed, 19 Nov 2008)

Log Message:
-----------
message area ul hack

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


-------------- next part --------------
Modified: images/css/slashdotjp.css
===================================================================
--- images/css/slashdotjp.css	2008-11-18 11:40:16 UTC (rev 820)
+++ images/css/slashdotjp.css	2008-11-19 03:36:49 UTC (rev 821)
@@ -134,14 +134,12 @@
 
 /* Fix list-style image location */
 #slashboxes #slashd ul li,
-#slashboxes #future ul li
-{
+#slashboxes #future ul li {
 	list-style: url(//images.slashdot.jp/drop.gif);
 }
 
 /* Fix slashdot.org <i> impremant */
-div.article div.intro i
-{
+div.article div.intro i {
 	border-left: none;
 	display: inline;
 	font-style: italic;
@@ -150,8 +148,8 @@
 }
 
 /* Fix blockquote color */
-blockquote, .quote
-{
+blockquote,
+.quote {
 	color: #000;
 }
 
@@ -285,6 +283,11 @@
 div#metamod ul,
 div#bookmark ul,
 div#topics .generalbody ul,
+.error ul,
+.err ul,
+.warning ul,
+.warn ul,
+.info ul,
 form#createuserform ul {
 	margin: 1em 0pt 1em 2em !important;
 }


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