diff --git a/app/views/photos/show.html.haml b/app/views/photos/show.html.haml
index 85affca6b..534ed7c58 100644
--- a/app/views/photos/show.html.haml
+++ b/app/views/photos/show.html.haml
@@ -21,7 +21,7 @@
= link_to "⇧ #{@album.name}", album_path(@album)
-if mine? @album
.button.right
- = link_to 'Delete Album', @album, :confirm => 'Are you sure?', :method => :delete
+ = link_to 'Delete Photo', @photo, :confirm => 'Are you sure?', :method => :delete
%h4{:class => "show_post_comments"}
= "comments (#{@photo.comments.count})"
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index c4c89497d..6ee9d2f62 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -379,5 +379,5 @@ h1.big_text {
text-align: center;
font-style: italic;
margin-top: -5px;
- margin-bottom: 15px;
+ margin-bottom: 20px;
color: #999999; }
diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index 8103fd7e0..c149735ad 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -469,5 +469,5 @@ h1.big_text
:style italic
:margin
:top -5px
- :bottom 15px
+ :bottom 20px
:color #999