From f51c21b671c9abedc5773a3cf17b0d762cee814b Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 14 Nov 2013 17:57:09 +0200 Subject: [PATCH] Minor ui fixes --- app/assets/stylesheets/gitlab_bootstrap/blocks.scss | 1 - app/assets/stylesheets/gitlab_bootstrap/common.scss | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss index 99d2d27..8f6358a 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss @@ -35,7 +35,6 @@ color: #666; margin:20px 0; background: #FAFAFA; - box-shadow: inset 0 1px 0 #fff, 0 1px 5px #f1f1f1; .control-group { margin-bottom: 0; diff --git a/app/assets/stylesheets/gitlab_bootstrap/common.scss b/app/assets/stylesheets/gitlab_bootstrap/common.scss index 2ca6017..82ec776 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/common.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/common.scss @@ -116,3 +116,7 @@ pre.well-pre { color: #FFF; } } + +.dropdown-menu > li > a { + text-shadow: none; +} -- libgit2 0.21.2