diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-24 22:58:47 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-24 22:58:47 -0800 |
commit | 6e559be6c68b921e12518816a824724564e3e315 (patch) | |
tree | 31766bf49c11f2a65db76e44ff245e15141532fc /app/assets/stylesheets/themes | |
parent | 1faf3676aa023395c468d4e89224726c8e5b9b7d (diff) | |
download | gitlab-ce-6e559be6c68b921e12518816a824724564e3e315.tar.gz |
Refactor header logo and setup expectation on it size
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r-- | app/assets/stylesheets/themes/dark-theme.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/themes/dark-theme.scss b/app/assets/stylesheets/themes/dark-theme.scss index abb1ba6686d..b7b22a8724e 100644 --- a/app/assets/stylesheets/themes/dark-theme.scss +++ b/app/assets/stylesheets/themes/dark-theme.scss @@ -12,12 +12,6 @@ &:hover { background-color: $color-darker; } - - h1 { - background: image-url('logo-white.png') no-repeat center center; - background-size: 32px; - color: #FFF; - } } .app_logo { |