diff options
author | Mark Longair <mhl@pobox.com> | 2013-12-05 16:42:20 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-12-05 16:42:20 +0000 |
commit | 58819831e0c2e4047011120f50d73456a09c95f7 (patch) | |
tree | 8b3011d903fc14ceadb35af0b8c9bef6310b99e4 | |
parent | 5c19b4ba8d875e2aca7975e0cc604b3c441bda47 (diff) |
Remove link to the now-removed theme.css
-rw-r--r-- | app/views/layouts/no_chrome.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/no_chrome.html.erb b/app/views/layouts/no_chrome.html.erb index 589e1bb76..e613b8ca2 100644 --- a/app/views/layouts/no_chrome.html.erb +++ b/app/views/layouts/no_chrome.html.erb @@ -14,7 +14,6 @@ <%= stylesheet_link_tag 'application', :title => "Main", :rel => "stylesheet" %> <%= stylesheet_link_tag 'fonts', :rel => "stylesheet" %> - <%= stylesheet_link_tag 'theme', :rel => "stylesheet" %> <!--[if LT IE 7]> <%= stylesheet_link_tag 'ie6', :rel => "stylesheet" %> <![endif]--> |