From 646bad43e97482333648522917aefc83b69e2e9a Mon Sep 17 00:00:00 2001 From: Riyad Preukschas Date: Thu, 18 Oct 2012 00:49:20 +0200 Subject: [PATCH] Fix styles --- app/assets/stylesheets/sections/commits.scss | 10 ++++++++-- app/assets/stylesheets/sections/tree.scss | 9 +++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss index 139d734778c..4f9360ad669 100644 --- a/app/assets/stylesheets/sections/commits.scss +++ b/app/assets/stylesheets/sections/commits.scss @@ -47,12 +47,15 @@ padding-left: 32px; } - .author, - .committer { + .author a, + .committer a { font-size:14px; line-height:22px; text-shadow:0 1px 1px #fff; color:#777; + &:hover { + color: #999; + } } .avatar { @@ -227,6 +230,9 @@ .commit-author-name { color: #777; + &:hover { + color: #999; + } } } diff --git a/app/assets/stylesheets/sections/tree.scss b/app/assets/stylesheets/sections/tree.scss index e7d20874aa8..f6bdb0f3dba 100644 --- a/app/assets/stylesheets/sections/tree.scss +++ b/app/assets/stylesheets/sections/tree.scss @@ -72,6 +72,15 @@ } } } + + .blame { + img.avatar { + border: 0 none; + float: none; + margin: 0; + padding: 0; + } + } } .tree-btn-group { -- GitLab