summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-06 14:05:13 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-06 14:05:13 +0000
commit5a5d02dfb5b7c8b89e37090584bff4a2590a0281 (patch)
tree8f6ba8c299bc5d93552284d9055a44b3af77cefb /public
parent695bffe68468b45ab5fbb2fd51316ead27eb713e (diff)
downloadredmine-5a5d02dfb5b7c8b89e37090584bff4a2590a0281.tar.gz
redmine-5a5d02dfb5b7c8b89e37090584bff4a2590a0281.zip
Removes overflow:auto on #content which broke the fix in r2118 (#4724).
Autoscroll divs are added around large tables. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3376 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index e2261b060..9d51f6de7 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -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; overflow: auto; }
+html>body #content { min-height: 600px; }
* html body #content { height: 600px; } /* IE */
#main.nosidebar #sidebar{ display: none; }