diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-24 15:46:54 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-24 15:46:54 +0300 |
commit | 8387806604b102c9c4d5aa179160c529b9006a30 (patch) | |
tree | 97f57c7a353584f8d4ec6372f79c287e33f2ba89 /app | |
parent | c465636a7c3476a5d63c52d0a0160f5f484c3b12 (diff) | |
download | gitlab-ce-8387806604b102c9c4d5aa179160c529b9006a30.tar.gz |
Disable text shadow for ui-box
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/gitlab_bootstrap/blocks.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss index 8235fb6010f..53de8067abc 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss @@ -32,7 +32,6 @@ } &.ui-box-show { - text-shadow: 0 1px 1px #fff; color: #666; margin:20px 0; background: #FFF; |