From c6e8cf5c21dd1f1e18373c948c2e16f20b2eb5f3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 1 Oct 2007 12:36:38 +0000 Subject: Moved media print specific styles to application.css (print.css removed). git-svn-id: http://redmine.rubyforge.org/svn/trunk@786 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/layouts/base.rhtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/views/layouts') diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml index ecd2b5d92..70d08aa6b 100644 --- a/app/views/layouts/base.rhtml +++ b/app/views/layouts/base.rhtml @@ -5,8 +5,7 @@ -<%= stylesheet_link_tag "application" %> -<%= stylesheet_link_tag "print", :media => "print" %> +<%= stylesheet_link_tag 'application', :media => 'all' %> <%= javascript_include_tag :defaults %> <%= stylesheet_link_tag 'jstoolbar' %>