From bd0ec81f6f6b1129bb78a7c5d813c1d87c8dbcac Mon Sep 17 00:00:00 2001 From: hukl Date: Wed, 4 Mar 2009 23:57:49 +0100 Subject: minor fixes --- app/helpers/content_helper.rb | 2 +- public/stylesheets/styled.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/helpers/content_helper.rb b/app/helpers/content_helper.rb index a586142..e945efb 100644 --- a/app/helpers/content_helper.rb +++ b/app/helpers/content_helper.rb @@ -75,7 +75,7 @@ module ContentHelper if partial && partial_exists?( partial ) return "custom/partials/#{partial}" else - return 'content/article' + return 'custom/partials/article' end end diff --git a/public/stylesheets/styled.css b/public/stylesheets/styled.css index 4502529..707905e 100755 --- a/public/stylesheets/styled.css +++ b/public/stylesheets/styled.css @@ -29,6 +29,11 @@ border-width: 0 0 .09em .09em; } +#header h1 a { + text-decoration: none; + color: #000000; +} + #yellow { background: #FFCA08; height: 1.27em; -- cgit v1.3