content.css -> content.css.erb

This commit is contained in:
chris2tof 2011-08-23 10:05:16 +08:00
parent 2cdb5a756d
commit 4f38074932
2 changed files with 5 additions and 2 deletions

View File

@ -23,7 +23,7 @@ body{
width:100%;
}
#panel_header{
background:url(../images/bar_bg.png) repeat-x 0 0;
background:url(<%= asset_path 'bar_bg.png' %>) repeat-x 0 0;
font-size:12px;
height:41px;
}
@ -73,7 +73,7 @@ body{
color:#ececec;
}
#panel_sidebar ul{
background: url("../images/tree_list.png") repeat scroll 0 0 transparent;
background: url(<%= asset_path 'tree_list.png' %>) repeat scroll 0 0 transparent;
}
#panel_sidebar li{
font-size: 12px;

View File

@ -8,6 +8,9 @@
<%= stylesheet_link_tag "content", :media => "screen, projection" %>
<%#= javascript_include_tag :ckeditor %>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<%#= javascript_include_tag "jquery", "jquery-ui", "rails", "easy", "application", :cache => 'all' %>
<%= yield :page_specific_javascript %>
<!--[if IE]>