Inserting back the empty space after the headingblock in social courses,

but in a way that makes it uniform with the other two course formats.

In social, the empty space is now 9 pixels instead of 7. Oh well, that's life.
This commit is contained in:
defacer 2005-04-19 22:09:07 +00:00
parent df03aecee7
commit c399e50e77

View File

@ -646,14 +646,6 @@ table.calendar-controls .next {
#course-view .current .side {
}
#course-view .topics {
margin-top: 9px;
}
#course-view .weeks {
margin-top: 9px;
}
#course-view .section .spacer {
height:0.5em;
}
@ -715,8 +707,9 @@ body#course-user .section h2 {
text-align:right;
}
body#site-index .headingblock {
margin-bottom: 8px;
body#site-index .headingblock,
body#course-view .headingblock {
margin-bottom: 9px;
}
.coursebox {