]> git.mjollnir.org Git - moodle.git/commitdiff
added the CSS for the bullets for lists within activities for the start pages and...
authorurs_hunkler <urs_hunkler>
Wed, 12 Apr 2006 20:27:30 +0000 (20:27 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 12 Apr 2006 20:27:30 +0000 (20:27 +0000)
theme/standard/styles_layout.css

index 54eacd29bc7d132d421e4b183b8f36f4b31febad..d19407bf2fe00a8c0c14e4463c21084380f777d2 100644 (file)
@@ -910,6 +910,11 @@ span.current {
   list-style: none;
 }
 
+#course-view ul.section li.activity ul li, 
+#site-index ul.section li.activity ul li { 
+  list-style: disc; 
+}
+
 /*Accessibility: No-tables course format. */
 #course-view ul.weekscss, .weekscss li { 
   margin: 0;