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
Jérome Perrin
gitlab-ce
Commits
71819dc3
Commit
71819dc3
authored
Apr 22, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logo changed for header
parent
ae565d24
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
app/assets/images/logo_text.png
app/assets/images/logo_text.png
+0
-0
app/assets/stylesheets/ui_basic.scss
app/assets/stylesheets/ui_basic.scss
+12
-2
app/views/layouts/_head_panel.html.haml
app/views/layouts/_head_panel.html.haml
+1
-0
No files found.
app/assets/images/logo_text.png
0 → 100644
View file @
71819dc3
4.49 KB
app/assets/stylesheets/ui_basic.scss
View file @
71819dc3
...
...
@@ -50,7 +50,9 @@
float
:left
;
h1
{
background
:
url('logo_basic.png')
no-repeat
-3px
-4px
;
text-indent
:
-9999px
;
width
:
102px
;
background
:
url('logo_text.png')
no-repeat
0px
-3px
;
float
:left
;
margin-left
:
5px
;
font-size
:
20px
;
...
...
@@ -59,9 +61,17 @@
color
:
#aaa
;
text-shadow
:
0
1px
1px
#FFF
;
padding-left
:
50px
;
padding-top
:
5px
;
}
}
.separator
{
margin-left
:
20px
;
float
:
left
;
height
:
60px
;
width
:
1px
;
background
:
white
;
border-left
:
1px
solid
#DDD
;
margin-top
:
-10px
;
}
}
.container
{
.top_panel_content
{
...
...
app/views/layouts/_head_panel.html.haml
View file @
71819dc3
...
...
@@ -6,6 +6,7 @@
=
link_to
root_path
,
:class
=>
"home"
,
:title
=>
"Home"
do
%h1
GITLAB
%span
.separator
%h1
.project_name
=
title
.search
=
form_tag
search_path
,
:method
=>
:get
do
|
f
|
...
...
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