Big fix for MDL-9890 "Help should be well-formed, XHTML Strict and semantic". Merged from head.

This commit is contained in:
nfreear 2007-05-23 12:08:19 +00:00
parent 19ac11bd63
commit 6f7cb89d17
69 changed files with 373 additions and 341 deletions

View file

@ -1004,3 +1004,12 @@ form.mform .required label {
form.mform .fdescription.required {
color:#a00;
}
#help hr {
border: none;
height: 1px;
background: #ccc;
}
#help .example1 {
color: #a00;
}