mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-9890 "Help should be well-formed..." - replacing abused (nested) <blockquote> and <ul> with <div class="indent">, especially in install.html, and other validation errors. Merged.
This commit is contained in:
parent
480e735763
commit
acb9bb129a
44 changed files with 366 additions and 359 deletions
|
@ -1024,17 +1024,3 @@ form.mform .fdescription.required {
|
|||
color:#a00;
|
||||
}
|
||||
|
||||
#help hr {
|
||||
border: none;
|
||||
height: 1px;
|
||||
background: #ccc;
|
||||
}
|
||||
#help .example1 {
|
||||
color: #a00;
|
||||
}
|
||||
#help .success {
|
||||
color: #080;
|
||||
}
|
||||
#help .center {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -3156,6 +3156,39 @@ body#mod-forum-search .introcontent {
|
|||
}
|
||||
|
||||
|
||||
/***
|
||||
*** HTML help files.
|
||||
***/
|
||||
#help hr {
|
||||
border: none;
|
||||
height: 1px;
|
||||
background: #ccc;
|
||||
}
|
||||
#help .example1 {
|
||||
color: #a00;
|
||||
}
|
||||
#help .success {
|
||||
color: #080;
|
||||
}
|
||||
#help .center {
|
||||
text-align: center;
|
||||
}
|
||||
#help .moreinfo {
|
||||
text-align: right;
|
||||
}
|
||||
/* Equivalent to 1 and 5 nested blockquotes respectively. */
|
||||
#help .indent, #help pre {
|
||||
margin-left: 40px;
|
||||
}
|
||||
#help .indent-big {
|
||||
margin-left: 160px;
|
||||
margin-right:160px;
|
||||
}
|
||||
#help pre, #help code {
|
||||
background: #eee;
|
||||
border: 1px dashed #ddd;
|
||||
padding: 3px;
|
||||
}
|
||||
/***
|
||||
*** Modules: Quiz
|
||||
***/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue