From cf37931b7fcfb290d00ad1932e97c5727715d1f6 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 8 May 2009 08:20:44 +0000 Subject: [PATCH] theme/standard MDL-19082 Added a margin to standard theme on redirects page (merged from 1.9) --- theme/standard/styles_layout.css | 1 + 1 file changed, 1 insertion(+) 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;} */ -- 2.39.5