Fix IE7 overflows

This commit is contained in:
Nicolas Le Goff
2012-03-12 17:40:14 +01:00
parent 35995034cf
commit 89e47e15c6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="{{ session.get_I18n }}">
<html lang="{{ session.get_I18n }}" style="overflow:hidden;">
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>{% if local_title is defined%}{{local_title}} | {% endif %}{{home_title}} - {{ module_name }} </title>

View File

@@ -222,7 +222,7 @@
</div>
<div id="desktop" class="PNB">
<div id="desktop" class="PNB" style="overflow:hidden;">
{% set ratio = user.getPrefs('search_window') %}
{% if ratio == 0 %}