Feature #898 » project_css.diff
| app/views/layouts/base.rhtml (working copy) | ||
|---|---|---|
| 8 | 8 |
<%= stylesheet_link_tag 'application', :media => 'all' %> |
| 9 | 9 |
<%= javascript_include_tag :defaults %> |
| 10 | 10 |
<%= stylesheet_link_tag 'jstoolbar' %> |
| 11 |
<%= stylesheet_link_tag @project.identifier if @project and File.exist?(RAILS_ROOT+"/public/stylesheets/#{@project.identifier}.css") %>
|
|
| 11 | 12 |
<!--[if IE]> |
| 12 | 13 |
<style type="text/css"> |
| 13 | 14 |
* html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); }
|