Tweak the styles for <pre> tags in help files. These are mostly used for code samples, and they have a grey background and are shown in a different font, so the indent I am getting rid of is not necessarly to make the structure of the document clearn, and usually just means that the code sample does not fit. Merged from MOODLE_18_STABLE.

This commit is contained in:
tjhunt 2007-09-26 20:10:08 +00:00
parent d7a61f65c1
commit 4879c1ab03

View File

@ -4112,7 +4112,7 @@ wikiadminactions {
text-align: right;
}
/* Equivalent to 1 and 5 nested blockquotes respectively. */
#help .indent, #help pre {
#help .indent {
margin-left: 40px;
}
#help .indent-big {