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>2014-02-12 10:55:26 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-12 10:55:26 +0400
commit331d957625f7cdb9657d54831883ccfce46e694b (patch)
treee26e5386c2aafa81f0af0fdc1ef37de59b880f29 /app/assets/stylesheets/sections
parentd39948a8d000edaf84a74ea2a9a58b6e230e0041 (diff)
parent3b8b396ccd30a65789c423c211de986cb757456d (diff)
Merge branch 'asset-path-in-scss' into 'master'
Use rails scss image-url herlper
Diffstat (limited to 'app/assets/stylesheets/sections')
-rw-r--r--app/assets/stylesheets/sections/header.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss
index f268f2a9845..c8091c84891 100644
--- a/app/assets/stylesheets/sections/header.scss
+++ b/app/assets/stylesheets/sections/header.scss
@@ -108,7 +108,7 @@ header {
h1 {
margin: 0;
- background: url('logo-black.png') no-repeat center center;
+ background: image-url('logo-black.png') no-repeat center center;
background-size: 32px;
float: left;
height: 46px;
@@ -220,7 +220,7 @@ header {
.app_logo {
a {
h1 {
- background: url('logo-white.png') no-repeat center center;
+ background: image-url('logo-white.png') no-repeat center center;
background-size: 32px;
color: #fff;
text-shadow: 0 1px 1px #444;