diff options
author | Robin Houston <robin@lenny.robin> | 2011-06-09 17:17:56 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-06-09 17:17:56 +0100 |
commit | 5591cc2c9be9b7c7cb07a8ef2a7fcf5edcdfbbd2 (patch) | |
tree | cf5e706782783e42d0e230b03d9d563275bf722b | |
parent | 14bba8cd713cc7aa003240834d47771f186220a1 (diff) |
Remove hard-coded localhost URL
-rw-r--r-- | app/views/layouts/default.rhtml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index be302103a..aa532e481 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -28,7 +28,6 @@ <style type="text/css">@import url("/stylesheets/ie6-custom.css");</style> <![endif]--> <%= stylesheet_link_tag 'main-custom', :title => "Main", :rel => "stylesheet" %> - <link href="http://127.0.0.1:3000/custom.css" media="screen" rel="stylesheet" type="text/css"> <% if @feed_autodetect %> <% for feed in @feed_autodetect %> |