Fixes MDL-12029 "Glossary view needs heading markup + other accessibility fixes".

This commit is contained in:
nfreear 2007-11-05 15:22:22 +00:00
parent 0760ba2c40
commit 097d705e6d
5 changed files with 28 additions and 19 deletions

View file

@ -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;