mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +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 {
|
.weekscss-format #middle-column {
|
||||||
margin: 0 12.5em 0 12.5em;
|
margin: 0 12.5em 0 12.5em;
|
||||||
}
|
}
|
||||||
|
.weekscss-format #left-column,
|
||||||
|
.weekscss-format #right-column {
|
||||||
|
width: 11.5em;
|
||||||
|
}
|
||||||
.weekscss-format #left-column {
|
.weekscss-format #left-column {
|
||||||
float: left;
|
float: left;
|
||||||
width: 11.5em;
|
|
||||||
}
|
}
|
||||||
.weekscss-format #right-column {
|
.weekscss-format #right-column {
|
||||||
float: right;
|
float: right;
|
||||||
width: 11.5em;
|
|
||||||
}
|
}
|
||||||
.weekscss li.section {
|
.weekscss li.section {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user