From: Simon Brandhof Date: Thu, 27 Sep 2012 12:31:37 +0000 (+0200) Subject: The footer should not overlap with sidebar X-Git-Tag: 3.3~189 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=36153117cc023f9a78b5ff17b7515a149eddf634;p=sonarqube.git The footer should not overlap with sidebar --- diff --git a/sonar-server/src/main/webapp/stylesheets/layout.css b/sonar-server/src/main/webapp/stylesheets/layout.css index 7dd4a87c418..ed42c8e1e80 100644 --- a/sonar-server/src/main/webapp/stylesheets/layout.css +++ b/sonar-server/src/main/webapp/stylesheets/layout.css @@ -47,6 +47,7 @@ body, a { #container { height: auto !important; min-width: 940px; + min-height: 500px; } #hd {