[Slashdotjp-dev 1444] [975] add <ol> settings not only <ul>

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 1月 27日 (火) 18:59:24 JST


Revision: 975
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=975
Author:   tach
Date:     2009-01-27 18:59:24 +0900 (Tue, 27 Jan 2009)

Log Message:
-----------
add <ol> settings not only <ul>

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


-------------- next part --------------
Modified: images/trunk/css/slashdotjp.css
===================================================================
--- images/trunk/css/slashdotjp.css	2009-01-27 09:49:11 UTC (rev 974)
+++ images/trunk/css/slashdotjp.css	2009-01-27 09:59:24 UTC (rev 975)
@@ -399,23 +399,24 @@
 	font-size: 82%;
 }
 
-/* Fix normal ul */
-div.general_contents ul,
-div#wikicontents ul,
-div#search div.sectiontitle table td ul,
-div#search div.search-help ul,
-div#polls div.generalbody ul,
-div#submit div.generalbody ul,
-div#commentBody ul,
-div#metamod #metamod-intro ul,
-div#bookmark ul,
-div#topics .generalbody ul,
-.error ul,
-.err ul,
-.warning ul,
-.warn ul,
-.info ul,
-form#createuserform ul {
+/* Fix normal ul and ol */
+div.general_contents ul, div.general_contents ol,
+div#wikicontents ul, div#wikicontents ol,
+div#search div.sectiontitle table td ul, div#search div.sectiontitle table td ol,
+div#search div.search-help ul, div#search div.search-help ol,
+div#polls div.generalbody ul, div#polls div.generalbody ol,
+div#submit div.generalbody ul, div#submit div.generalbody ol,
+div#commentBody ul, div#commentBody ul,
+div#metamod #metamod-intro ul, div#metamod #metamod-intro ol,
+div#bookmark ul, div#bookmark ol,
+div#topics .generalbody ul, div#topics .generalbody ol,
+.error ul, .error ol,
+.err ul, .err ol,
+.warning ul, .warning ol,
+.warn ul, .warn ol,
+.info ul, .info ol,
+.journaltext ul, .journaltext ol,
+form#createuserform ul, form#createuserform ol {
 	margin: 1em 0pt 1em 2em !important;
 }
 



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