diff --git a/app/views/albums/new.html.haml b/app/views/albums/new.html.haml
index 74c3b6175..2f4450cd9 100644
--- a/app/views/albums/new.html.haml
+++ b/app/views/albums/new.html.haml
@@ -1,3 +1,8 @@
+%h1.big_text
+ =link_to 'albums', albums_path
+ >>
+ new album
+
= form_for @album do |f|
= f.error_messages
%p
diff --git a/app/views/albums/show.html.haml b/app/views/albums/show.html.haml
index 503203868..674f8ab0c 100644
--- a/app/views/albums/show.html.haml
+++ b/app/views/albums/show.html.haml
@@ -1,4 +1,7 @@
-%h3= @album.name
+%h1.big_text
+ = link_to 'albums', albums_path
+ >>
+ = @album.name
-unless mine? @album
%h4= 'by ' + @album.person.real_name
-if mine? @album
@@ -9,5 +12,3 @@
-if mine? @album
%p
= link_to "Destroy", @album, :confirm => 'Are you sure?', :method => :delete
- |
- = link_to "View All", albums_path
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 9d4472f8c..67a1646b4 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -55,7 +55,7 @@
%br
= render 'people/sidebar' if user_signed_in?
- .span-20.last
+ .span-18.last
= yield
= render "posts/debug"
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 1e07f4ec1..ce04e18f8 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -265,7 +265,6 @@ label {
left: 0.48em; }
#publisher {
- background-color: #f2f8fc;
background-color: rgba(10, 81, 109, 0.05);
border-bottom: 2px #999999 solid;
color: #999999;
diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index 3b83f4145..fb4fc6139 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -313,7 +313,6 @@ label
#publisher
:background
- :color #F2F8FC
:color rgba(10,81,109,0.05)
:border
:bottom 2px #999 solid