summaryrefslogtreecommitdiffstats
path: root/app/views/layouts
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2006-12-10 20:34:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2006-12-10 20:34:51 +0000
commite50ba150c3e256561d384e3ae1575d75118407e6 (patch)
tree70bc9d2b457ef4563cc0722177080cef0e1d1e46 /app/views/layouts
parentbab9c40dcc3d784dffb6962fa768c71575b292c5 (diff)
downloadredmine-e50ba150c3e256561d384e3ae1575d75118407e6.tar.gz
redmine-e50ba150c3e256561d384e3ae1575d75118407e6.zip
added print.css to hide header, menus and footer
git-svn-id: http://redmine.rubyforge.org/svn/trunk@83 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/base.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml
index 4d036ef8a..cbb50a846 100644
--- a/app/views/layouts/base.rhtml
+++ b/app/views/layouts/base.rhtml
@@ -8,6 +8,7 @@
<%= stylesheet_link_tag "application" %>
<%= stylesheet_link_tag "menu" %>
<%= stylesheet_link_tag "rails" %>
+<%= stylesheet_link_tag "print", :media => "print" %>
<%= javascript_include_tag :defaults %>
<%= javascript_include_tag 'menu' %>
<%= javascript_include_tag 'calendar/calendar' %>