diff --git a/app/views/albums/new.html.haml b/app/views/albums/new.html.haml
index 74c3b6175b7f4cbcaee16229bf70886ec4811df6..2f4450cd90550eb759cd798d629bfec651ff281a 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 503203868e18978b589308376077843e7cd52991..674f8ab0c563201b2b4d1158dffe96dc6c8db09b 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 9d4472f8c2114c40b5285f105bd16d89f37d885d..67a1646b4761211cad691e8faecff6b9a3f0313b 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 1e07f4ec1b973ea4ac4cc8d521da53a14ef2d8be..ce04e18f8a22e24e5db3809336a607d85d5caa95 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 3b83f4145637edafc3ac6c75f5a7f43f99418864..fb4fc6139737f4a8bb5d99da70acfa11453b03b6 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