From 4d149ac8a9103f5249eb8641879b8643304723a0 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 20 Jun 2013 15:59:39 +0300 Subject: [PATCH] Dark color for group name at header. Better name for activity --- app/assets/stylesheets/sections/header.scss | 5 ++++- app/views/users/show.html.haml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss index e315b4ebc..46a5a4899 100644 --- a/app/assets/stylesheets/sections/header.scss +++ b/app/assets/stylesheets/sections/header.scss @@ -155,7 +155,10 @@ header { } .project_name { a { - color: #FFF; + color: #DDD; + &:hover { + color: #FFF; + } } color: #fff; text-shadow: 0 1px 1px #444; diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 10bd90b16..80c83a98b 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -14,7 +14,7 @@ %small member since #{@user.created_at.stamp("Nov 12, 2031")} .clearfix %hr - %h5 Recent events + %h5 User Activity: = render @events .span4 = render 'profile', user: @user -- 2.11.0