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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
8e8372d5
Commit
8e8372d5
authored
Mar 10, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better logo images for header
parent
9c709be3
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
2 deletions
+4
-2
app/assets/images/logo-black.png
app/assets/images/logo-black.png
+0
-0
app/assets/images/logo-white.png
app/assets/images/logo-white.png
+0
-0
app/assets/images/logo_dark.png
app/assets/images/logo_dark.png
+0
-0
app/assets/images/logo_white.png
app/assets/images/logo_white.png
+0
-0
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+4
-2
No files found.
app/assets/images/logo-black.png
0 → 100644
View file @
8e8372d5
3.01 KB
app/assets/images/logo-white.png
0 → 100644
View file @
8e8372d5
4.33 KB
app/assets/images/logo_dark.png
deleted
100644 → 0
View file @
9c709be3
2.53 KB
app/assets/images/logo_white.png
deleted
100644 → 0
View file @
9c709be3
1.88 KB
app/assets/stylesheets/sections/header.scss
View file @
8e8372d5
...
...
@@ -45,7 +45,8 @@ header {
margin
:
0
6px
;
h1
{
background
:
url('logo_dark.png')
no-repeat
center
1px
;
background
:
url('logo-black.png')
no-repeat
center
1px
;
background-size
:
38px
;
float
:
left
;
height
:
40px
;
width
:
40px
;
...
...
@@ -241,7 +242,8 @@ header {
.app_logo
{
a
{
h1
{
background
:
url('logo_white.png')
no-repeat
center
1px
;
background
:
url('logo-white.png')
no-repeat
center
1px
;
background-size
:
38px
;
color
:
#fff
;
text-shadow
:
0
1px
1px
#111
;
}
...
...
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