From 6602995b596c266b9d23dd6efc62c17b867c5c29 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 5 Feb 2010 10:33:05 -0300 Subject: [PATCH] Better profile image block --- app/views/blocks/profile_image.rhtml | 4 +--- public/designs/themes/base/blocks.css | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/views/blocks/profile_image.rhtml b/app/views/blocks/profile_image.rhtml index 3829964..9bcb5b5 100644 --- a/app/views/blocks/profile_image.rhtml +++ b/app/views/blocks/profile_image.rhtml @@ -5,9 +5,7 @@
- <%= - profile_image(block.owner, :big) +"\n" - %> + <%= link_to profile_image(block.owner, :big) +"\n", profile.url %>
diff --git a/public/designs/themes/base/blocks.css b/public/designs/themes/base/blocks.css index 4242790..3b92889 100644 --- a/public/designs/themes/base/blocks.css +++ b/public/designs/themes/base/blocks.css @@ -178,7 +178,6 @@ } .profile-image-block p { - text-align: left; margin: 0px; font-size: 17px; font-weight: bold; -- libgit2 0.21.2