diff options
author | Pablo Martin <caedes@sindominio.net> | 2012-10-11 02:41:56 +0200 |
---|---|---|
committer | root <root@delvj.org> | 2012-10-11 02:42:13 +0200 |
commit | a44ec743f1219525f4f71acddeadc052b7987819 (patch) | |
tree | db5553f1a906bcb19fb1f0ea4c4670f451a0c935 /views/default/css | |
parent | 1f4efa65be0b1b61c6c42d49a9c663c0ee536521 (diff) | |
download | saravea_theme-a44ec743f1219525f4f71acddeadc052b7987819.tar.gz saravea_theme-a44ec743f1219525f4f71acddeadc052b7987819.tar.bz2 |
make liquid layout microthemable
Diffstat (limited to 'views/default/css')
-rw-r--r-- | views/default/css/elements/layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |