mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Clean up code (Bugs 5027, 5161), 'weekscss' course format.
This commit is contained in:
parent
498bdc51f2
commit
e80e9f20d4
@ -929,13 +929,15 @@ span.current {
|
||||
.weekscss-format #middle-column {
|
||||
margin: 0 12.5em 0 12.5em;
|
||||
}
|
||||
.weekscss-format #left-column,
|
||||
.weekscss-format #right-column {
|
||||
width: 11.5em;
|
||||
}
|
||||
.weekscss-format #left-column {
|
||||
float: left;
|
||||
width: 11.5em;
|
||||
}
|
||||
.weekscss-format #right-column {
|
||||
float: right;
|
||||
width: 11.5em;
|
||||
}
|
||||
.weekscss li.section {
|
||||
margin-bottom: 0.5em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user