Adds auto overflow to content div.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3177 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2009-12-17 18:21:50 +00:00
parent dfabadf4f7
commit 7eb9cca660
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord
#content { width: 80%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
* html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
html>body #content { min-height: 600px; }
html>body #content { min-height: 600px; overflow: auto; }
* html body #content { height: 600px; } /* IE */
#main.nosidebar #sidebar{ display: none; }