mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
added the CSS for the bullets for lists within activities for the start pages and the course page. made teh CSS more specific than David proposed it.
This commit is contained in:
parent
e062995380
commit
8c5b0637ce
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue