Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-25 09:58:47 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-25 09:58:47 +0300
commit6e559be6c68b921e12518816a824724564e3e315 (patch)
tree31766bf49c11f2a65db76e44ff245e15141532fc /app/assets/stylesheets/themes
parent1faf3676aa023395c468d4e89224726c8e5b9b7d (diff)
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.scss6
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 {