BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f07edb5a
Commit
f07edb5a
authored
Apr 24, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '31072-activity-border' into 'master'
Fix border color on activities page Closes #31072 See merge request !10864
parents
1005389f
1fab0e5c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
blocks.scss
app/assets/stylesheets/framework/blocks.scss
+0
-1
nav.scss
app/assets/stylesheets/framework/nav.scss
+1
-1
No files found.
app/assets/stylesheets/framework/blocks.scss
View file @
f07edb5a
...
...
@@ -230,7 +230,6 @@
float
:
right
;
margin-top
:
8px
;
padding-bottom
:
8px
;
border-bottom
:
1px
solid
$border-color
;
}
}
...
...
app/assets/stylesheets/framework/nav.scss
View file @
f07edb5a
...
...
@@ -110,7 +110,7 @@
.top-area
{
@include
clearfix
;
border-bottom
:
1px
solid
$
white-normal
;
border-bottom
:
1px
solid
$
border-color
;
.nav-text
{
padding-top
:
16px
;
...
...
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