]> git.mjollnir.org Git - moodle.git/commitdiff
copied list handling CSS from cssweek format section to general course section and...
authorurs_hunkler <urs_hunkler>
Wed, 12 Apr 2006 19:56:42 +0000 (19:56 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 12 Apr 2006 19:56:42 +0000 (19:56 +0000)
theme/standard/styles_layout.css

index 2bca2817c7454cedca53ebe74bc19c2ddc465f33..54eacd29bc7d132d421e4b183b8f36f4b31febad 100644 (file)
@@ -900,8 +900,23 @@ span.current {
 #course-view .section .weekdates {
 }
 
+#course-view ul.section, 
+#site-index ul.section, 
+#course-view ul.section li, 
+#site-index ul.section li { 
+  margin: 0;
+  padding: 0;
+  text-indent: 0;
+  list-style: none;
+}
 
 /*Accessibility: No-tables course format. */
+#course-view ul.weekscss, .weekscss li { 
+  margin: 0;
+  padding: 0;
+  text-indent: 0;
+  list-style: none;
+}
 .weekscss-format {
   min-width:763px; /* Doesn't work for IE. */
 }
@@ -912,14 +927,6 @@ span.current {
   padding-left:12px;
   padding-right:12px;
 }
-
-#course-view ul.weekscss, .weekscss li,
-#course-view ul.section, .section li {
-  margin: 0;
-  padding: 0;
-  text-indent: 0;
-  list-style: none;
-}
 .weekscss li.section {
   margin-bottom: 0.5em;
   width: 100%;