mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Fixes MDL-12029 "Glossary view needs heading markup + other accessibility fixes".
This commit is contained in:
parent
0760ba2c40
commit
097d705e6d
5 changed files with 28 additions and 19 deletions
|
@ -734,8 +734,15 @@ body#mod-forum-index .generalbox .cell {
|
|||
.glossarypost .time {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.concept {
|
||||
font-weight: bold;
|
||||
.glossarycategoryheader h2 {
|
||||
margin: 0;
|
||||
}
|
||||
.glossarypost .concept h3 {
|
||||
margin: 0;
|
||||
}
|
||||
.glossarypost .entryheader {
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
}
|
||||
.glossarycomment .author {
|
||||
font-size: 0.8em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue