From: tjhunt Date: Wed, 26 Sep 2007 20:10:08 +0000 (+0000) Subject: Tweak the styles for
 tags in help files. These are mostly used for code samples... 
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4879c1ab031fb605a9da0a81731d1780767b26bf;p=moodle.git

Tweak the styles for 
 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.
---

diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css
index 3b592cd97e..30d3dd5ca1 100644
--- a/theme/standard/styles_layout.css
+++ b/theme/standard/styles_layout.css
@@ -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 {