Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
projects.thm.de
GitLab FOSS
Commits
3b8b396c
Unverified
Commit
3b8b396c
authored
Feb 11, 2014
by
Dmitriy Zaporozhets
Browse files
Use rails image-url herlper
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
0b0ba8be
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/sections/header.scss
View file @
3b8b396c
...
@@ -108,7 +108,7 @@ header {
...
@@ -108,7 +108,7 @@ header {
h1
{
h1
{
margin
:
0
;
margin
:
0
;
background
:
url('logo-black.png')
no-repeat
center
center
;
background
:
image-
url
(
'logo-black.png'
)
no-repeat
center
center
;
background-size
:
32px
;
background-size
:
32px
;
float
:
left
;
float
:
left
;
height
:
46px
;
height
:
46px
;
...
@@ -220,7 +220,7 @@ header {
...
@@ -220,7 +220,7 @@ header {
.app_logo
{
.app_logo
{
a
{
a
{
h1
{
h1
{
background
:
url('logo-white.png')
no-repeat
center
center
;
background
:
image-
url
(
'logo-white.png'
)
no-repeat
center
center
;
background-size
:
32px
;
background-size
:
32px
;
color
:
#fff
;
color
:
#fff
;
text-shadow
:
0
1px
1px
#444
;
text-shadow
:
0
1px
1px
#444
;
...
...
Write
Preview
Supports
Markdown
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