From 4879c1ab031fb605a9da0a81731d1780767b26bf Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 26 Sep 2007 20:10:08 +0000 Subject: [PATCH] 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.

---
 theme/standard/styles_layout.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {
-- 
2.39.5