summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/helpers/content_helper.rb2
-rwxr-xr-xpublic/stylesheets/styled.css5
2 files changed, 6 insertions, 1 deletions
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
75 if partial && partial_exists?( partial ) 75 if partial && partial_exists?( partial )
76 return "custom/partials/#{partial}" 76 return "custom/partials/#{partial}"
77 else 77 else
78 return 'content/article' 78 return 'custom/partials/article'
79 end 79 end
80 end 80 end
81 81
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 @@
29 border-width: 0 0 .09em .09em; 29 border-width: 0 0 .09em .09em;
30} 30}
31 31
32#header h1 a {
33 text-decoration: none;
34 color: #000000;
35}
36
32#yellow { 37#yellow {
33 background: #FFCA08; 38 background: #FFCA08;
34 height: 1.27em; 39 height: 1.27em;