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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
51124b08
Commit
51124b08
authored
Apr 17, 2017
by
Jacob Schatz
Committed by
Lin Jen-Shin
Apr 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'title-positioning-updates' into 'master'
Fix spacing of nav title See merge request !10708
parent
700857fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+2
-2
No files found.
app/assets/stylesheets/framework/header.scss
View file @
51124b08
...
...
@@ -155,7 +155,7 @@ header {
.header-logo
{
display
:
inline-block
;
margin
:
0
7
px
0
2px
;
margin
:
0
12
px
0
2px
;
position
:
relative
;
top
:
10px
;
transition-duration
:
.3s
;
...
...
@@ -186,7 +186,7 @@ header {
display
:
flex
;
align-items
:
flex-start
;
flex
:
1
1
auto
;
padding-top
:
((
$header-height
-
19
)
/
2
)
;
padding-top
:
14px
;
overflow
:
hidden
;
}
...
...
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