##// END OF EJS Templates
Moved media print specific styles to application.css (print.css removed)....
Jean-Philippe Lang -
r775:c6e8cf5c21dd
parent child
Show More
@@ -5,8 +5,7
5 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 6 <meta name="description" content="<%= Redmine::Info.app_name %>" />
7 7 <meta name="keywords" content="issue,bug,tracker" />
8 <%= stylesheet_link_tag "application" %>
9 <%= stylesheet_link_tag "print", :media => "print" %>
8 <%= stylesheet_link_tag 'application', :media => 'all' %>
10 9 <%= javascript_include_tag :defaults %>
11 10 <%= stylesheet_link_tag 'jstoolbar' %>
12 11 <!--[if IE]>
@@ -455,3 +455,10 vertical-align: middle;
455 455 .icon22-package { background-image: url(../images/22x22/package.png); }
456 456 .icon22-settings { background-image: url(../images/22x22/settings.png); }
457 457 .icon22-plugin { background-image: url(../images/22x22/plugin.png); }
458
459 /***** Media print specific styles *****/
460 @media print {
461 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual { display:none; }
462 #main { background: #fff; }
463 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; }
464 }
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now