From a44ec743f1219525f4f71acddeadc052b7987819 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Thu, 11 Oct 2012 02:41:56 +0200 Subject: make liquid layout microthemable --- views/default/css/elements/layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php index c7238cb..e475ea5 100644 --- a/views/default/css/elements/layout.php +++ b/views/default/css/elements/layout.php @@ -78,7 +78,7 @@ body { /***** LIQUID LAYOUT *******/ -.elgg-page-body { +.elgg-page-body .elgg-inner { position: relative; /* This fixes the IE7 overflow hidden bug */ clear: both; float: left; -- cgit v1.2.3