diff options
-rw-r--r-- | app/views/user/show.rhtml | 4 | ||||
-rw-r--r-- | public/stylesheets/main.css | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml index f274dfe3b..4d5a08720 100644 --- a/app/views/user/show.rhtml +++ b/app/views/user/show.rhtml @@ -67,8 +67,8 @@ </p> <!--<div class="user_about_me"> - <p><img class="comment_quote" src="/images/quote.png" alt="">I like to make requests about dogs. I'm obsessed with - them! Check out my doggy house at http://www.doggyplace.com</p> + <img class="comment_quote" src="/images/quote.png" alt="">I like to make requests about bees. I'm obsessed with + them! Check out all the ace bees at http://www.britishbee.org.uk/ </div>--> <% if @is_you %> diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 3786087d5..3288f4504 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -1166,7 +1166,7 @@ div.user_about_me width: 37em; float: left; padding: 0em 0.5em 0em 0.5em; - margin: 0 0 1em 0; + margin: 0em 0 1em 0; /*border-color: #5F5F5F; border-width: 1px; border-style: dotted; |