diff options
author | Robin Houston <robin@lenny.robin> | 2011-06-13 19:47:11 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-06-13 19:47:11 +0100 |
commit | 01b60f99db1567d9c198376424653e6bb9cefc60 (patch) | |
tree | 0a1f8c9f487e02e1b91cd619694fec4dd0dacbc9 /app | |
parent | f48753e48a68d1ca0be97e5a740a11583c39b361 (diff) |
Reorganise the style sheets so that custom.css from the local theme
will be picked up correctly.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/default.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 938b032df..3f2928288 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -25,7 +25,7 @@ <!--[if LT IE 7]> <style type="text/css">@import url("/stylesheets/ie6-custom.css");</style> <![endif]--> - <%= stylesheet_link_tag 'main-custom', :title => "Main", :rel => "stylesheet" %> + <%= stylesheet_link_tag 'custom', :title => "Custom", :rel => "stylesheet" %> <% if @feed_autodetect %> <% for feed in @feed_autodetect %> |