mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-40829: courses heading: remove 'headerblock' class from header and fix heading levels
This commit is contained in:
parent
62b35d5852
commit
278d64572d
28 changed files with 22 additions and 132 deletions
|
@ -27,7 +27,7 @@ div.block {
|
|||
border-bottom: 1px solid [[setting:maincolor]];
|
||||
}
|
||||
|
||||
.generalbox h2,h3.sectionname, h2.headingblock,h2,h3, h2 a, h3 a, div.loginpanel h2, div.signuppanel h2, .forumpost .subject {
|
||||
.generalbox h2,h3.sectionname,h2,h3, h2 a, h3 a, div.loginpanel h2, div.signuppanel h2, .forumpost .subject {
|
||||
color: [[setting:headingcolor]];
|
||||
}
|
||||
|
||||
|
|
|
@ -272,7 +272,7 @@ div.block.hidden div.header {
|
|||
|
||||
/** main headings **/
|
||||
|
||||
.generalbox h2,h3.sectionname, h2.headingblock,h2,h3, h2 a, h3 a, div.loginpanel h2, div.signuppanel h2 {
|
||||
.generalbox h2,h3.sectionname,h2,h3, h2 a, h3 a, div.loginpanel h2, div.signuppanel h2 {
|
||||
font-weight: 600;
|
||||
letter-spacing: -1px;
|
||||
line-height: 1.3em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue