mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-41615 quiz_mod: fix heading levels for usability and accessibility
This commit is contained in:
parent
d214057cad
commit
c544ee92f5
23 changed files with 86 additions and 32 deletions
|
@ -434,8 +434,11 @@ a.skip:active {
|
|||
.groupselector {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
display: inline-block;
|
||||
}
|
||||
.groupselector label {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
// Login
|
||||
.loginbox {
|
||||
margin: 15px;
|
||||
|
|
|
@ -165,7 +165,7 @@ body.path-question-type .fitem_fgroup .accesshide {
|
|||
border: 1px solid darken(spin(@grayLighter, -10), 7%);
|
||||
.border-radius(2px);
|
||||
}
|
||||
.que h2.no {
|
||||
.que h3.no {
|
||||
margin: 0;
|
||||
font-size: 0.8em;
|
||||
line-height: 1;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue