Skip to content
Snippets Groups Projects
Commit 71819dc3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

logo changed for header

parent ae565d24
No related branches found
No related tags found
No related merge requests found
app/assets/images/logo_text.png

4.49 KiB

Loading
Loading
@@ -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;
Loading
Loading
@@ -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 {
Loading
Loading
Loading
Loading
@@ -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|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment