Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
331d9576
Commit
331d9576
authored
Feb 12, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'asset-path-in-scss' into 'master'
Use rails scss image-url herlper
parents
d39948a8
3b8b396c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+2
-2
No files found.
app/assets/stylesheets/sections/header.scss
View file @
331d9576
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment