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
Kazuhiko Shiozaki
gitlab-ce
Commits
8d2996fe
Commit
8d2996fe
authored
Jun 05, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix empty header
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
22d5d891
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/assets/stylesheets/generic/header.scss
app/assets/stylesheets/generic/header.scss
+5
-0
app/views/layouts/header/_empty.html.haml
app/views/layouts/header/_empty.html.haml
+1
-1
No files found.
app/assets/stylesheets/generic/header.scss
View file @
8d2996fe
...
...
@@ -8,6 +8,11 @@ header {
&
.navbar-empty
{
background
:
#FFF
;
border-bottom
:
1px
solid
#EEE
;
.center-logo
{
margin
:
8px
0
;
text-align
:
center
;
}
}
&
.navbar-gitlab
{
...
...
app/views/layouts/header/_empty.html.haml
View file @
8d2996fe
%header
.navbar.navbar-fixed-top.navbar-empty
.container
%h4
.center
.center-logo
=
image_tag
'logo-white.png'
,
width:
32
,
height:
32
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