From fd39c80f8b4a7c98e0da62bf7e7f29ee192887ca Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 17 Oct 2013 12:33:39 +0300 Subject: [PATCH] No text shadow for state-label --- app/assets/stylesheets/gitlab_bootstrap/common.scss | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/common.scss b/app/assets/stylesheets/gitlab_bootstrap/common.scss index e7780b9..0d9adcf 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/common.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/common.scss @@ -97,6 +97,7 @@ pre.well-pre { position: relative; top: -5px; @include border-radius(4px); + text-shadow: none; &.state-label-green { background: #4A4; -- libgit2 0.21.2