From: moodler <moodler>
Date: Fri, 8 May 2009 08:20:44 +0000 (+0000)
Subject: theme/standard MDL-19082 Added a margin to standard theme on redirects page (merged... 
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cf37931b7fcfb290d00ad1932e97c5727715d1f6;p=moodle.git

theme/standard MDL-19082 Added a margin to standard theme on redirects page (merged from 1.9)
---

diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css
index 19bbd9afed..4516387a4c 100644
--- a/theme/standard/styles_layout.css
+++ b/theme/standard/styles_layout.css
@@ -88,6 +88,7 @@ h6.main {
 
 #redirect {
   text-align: center;
+  margin-top:10%;
 }
 
 /* .clearfix {display: inline-table;} */