mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-55736 theme_boost: Subtle highlighting of a section
This commit is contained in:
parent
d9520bc04e
commit
ba92a049f4
3 changed files with 10 additions and 11 deletions
|
@ -1,11 +1,6 @@
|
|||
.course-content ul.topics {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.course-content ul.topics li.section {
|
||||
list-style: none;
|
||||
margin: 0 0 5px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.course-content ul.topics li.section .content {
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
.course-content ul.weeks {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.course-content ul.weeks li.section {
|
||||
list-style: none;
|
||||
margin: 0 0 5px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.course-content ul.weeks li.section .content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue