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
Tatuya Kamada
gitlab-ce
Commits
435b1c04
Commit
435b1c04
authored
Apr 28, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reuse more popular colors
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
4a3f3bc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+3
-3
app/assets/stylesheets/framework/nav.scss
app/assets/stylesheets/framework/nav.scss
+1
-1
No files found.
app/assets/stylesheets/framework/header.scss
View file @
435b1c04
...
...
@@ -26,9 +26,9 @@ header {
z-index
:
100
;
margin-bottom
:
0
;
min-height
:
$header-height
;
background-color
:
$
gray-light
;
background-color
:
$
background-color
;
border
:
none
;
border-bottom
:
1px
solid
#eee
;
border-bottom
:
1px
solid
$border-color
;
.container-fluid
{
width
:
100%
!
important
;
...
...
@@ -47,7 +47,7 @@ header {
text-align
:
center
;
&
:hover
,
&
:focus
,
&
:active
{
background-color
:
$
gray-light
;
background-color
:
$
background-color
;
}
}
...
...
app/assets/stylesheets/framework/nav.scss
View file @
435b1c04
...
...
@@ -187,7 +187,7 @@
}
.layout-nav
{
background
:
$
gray-light
;
background
:
$
background-color
;
border-bottom
:
1px
solid
$border-color
;
.controls
{
...
...
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