OSDN Git Service

Fixed: issue list truncated when printing with Firefox 3.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 Mar 2011 20:35:31 +0000 (20:35 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 Mar 2011 20:35:31 +0000 (20:35 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5177 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 333fbc6..e49d29d 100644 (file)
@@ -963,4 +963,5 @@ h2 img { vertical-align:middle; }
   #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
        #wiki_add_attachment { display:none; }
   .hide-when-print { display: none; }
+       .autoscroll {overflow-x: visible;}
 }