CSS modifications for design team
This commit is contained in:
parent
2842001a3b
commit
09cdb9a852
|
@ -5,13 +5,9 @@
|
|||
<title>R4</title>
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<%= yield :page_specific_link %>
|
||||
<%= stylesheet_link_tag "rulingcom/easy", :media => "screen, projection" %>
|
||||
<%= stylesheet_link_tag "rulingcom/easyprint", :media => "print" %>
|
||||
<%= stylesheet_link_tag "admin", :media => "screen, projection" %>
|
||||
<%= stylesheet_link_tag "application" %>
|
||||
<%= javascript_include_tag "application" %>
|
||||
<!--[if IE]>
|
||||
<%= stylesheet_link_tag "ie", :media => "screen, projection" %>
|
||||
<![endif]-->
|
||||
<%= yield :page_specific_css %>
|
||||
<%= csrf_meta_tag %>
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue