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:
nfreear 2007-08-16 10:58:57 +00:00
parent 480e735763
commit acb9bb129a
44 changed files with 366 additions and 359 deletions

View file

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

View file

@ -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
***/