MDL-40829: courses heading: remove 'headerblock' class from header and fix heading levels

This commit is contained in:
Rossiani Wijaya 2013-09-05 13:37:29 +08:00 committed by Dan Poltawski
parent 62b35d5852
commit 278d64572d
28 changed files with 22 additions and 132 deletions

View file

@ -165,8 +165,7 @@ a.autolink.glossary:hover {
.warning,
.errorbox .title,
.pagingbar .title,
.pagingbar .thispage,
.headingblock {
.pagingbar .thispage {
font-weight: bold;
}
img.resize {

View file

@ -201,16 +201,10 @@
#page-site-index .subscribelink {
text-align: right;
}
#page-site-index .headingblock {
margin-bottom: 9px;
}
.path-course-view a.reduce-sections {
padding-left: 0.2em;
}
.path-course-view .headingblock {
margin-bottom: 9px;
}
.path-course-view .subscribelink {
text-align: right;
}

File diff suppressed because one or more lines are too long