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
Boxiang Sun
gitlab-ce
Commits
e0f6525e
Commit
e0f6525e
authored
Oct 02, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix specs
parent
ac4e3cfe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+2
-0
app/assets/stylesheets/framework/new-nav.scss
app/assets/stylesheets/framework/new-nav.scss
+4
-0
No files found.
app/assets/stylesheets/framework/header.scss
View file @
e0f6525e
...
...
@@ -103,6 +103,7 @@ header {
}
.header-content
{
display
:
-
webkit-flex
;
display
:
flex
;
position
:
relative
;
min-height
:
$header-height
;
...
...
@@ -143,6 +144,7 @@ header {
}
.title-container
{
display
:
-
webkit-flex
;
display
:
flex
;
-webkit-align-items
:
stretch
;
align-items
:
stretch
;
...
...
app/assets/stylesheets/framework/new-nav.scss
View file @
e0f6525e
...
...
@@ -58,6 +58,7 @@ header {
.navbar-nav
{
@media
(
max-width
:
$screen-xs-max
)
{
display
:
-
webkit-flex
;
display
:
flex
;
padding-right
:
10px
;
}
...
...
@@ -178,6 +179,7 @@ header {
}
>
a
{
display
:
-
webkit-flex
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
...
...
@@ -214,6 +216,7 @@ header {
}
.breadcrumbs
{
display
:
-
webkit-flex
;
display
:
flex
;
min-height
:
48px
;
color
:
$gl-text-color
;
...
...
@@ -293,6 +296,7 @@ header {
}
.breadcrumbs-extra
{
display
:
-
webkit-flex
;
display
:
flex
;
flex
:
0
0
auto
;
margin-left
:
auto
;
...
...
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