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
eb574e4a
Commit
eb574e4a
authored
Oct 17, 2016
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change border color to variable
parent
501d1485
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/assets/stylesheets/framework/typography.scss
app/assets/stylesheets/framework/typography.scss
+3
-3
app/assets/stylesheets/pages/detail_page.scss
app/assets/stylesheets/pages/detail_page.scss
+1
-1
No files found.
app/assets/stylesheets/framework/typography.scss
View file @
eb574e4a
...
...
@@ -49,7 +49,7 @@
font-weight
:
600
;
margin
:
16px
0
10px
;
padding
:
0
0
0
.3em
;
border-bottom
:
1px
solid
$
btn-default-border
;
border-bottom
:
1px
solid
$
white-dark
;
color
:
$gl-gray-dark
;
}
...
...
@@ -85,12 +85,12 @@
font-size
:
inherit
;
padding
:
8px
21px
;
margin
:
12px
0
;
border-left
:
3px
solid
#e7e9ed
;
border-left
:
3px
solid
$white-dark
;
}
blockquote
:dir
(
rtl
)
{
border-left
:
0
;
border-right
:
3px
solid
#e7e9ed
;
border-right
:
3px
solid
$white-dark
;
}
blockquote
p
{
...
...
app/assets/stylesheets/pages/detail_page.scss
View file @
eb574e4a
...
...
@@ -24,7 +24,7 @@
font-size
:
2em
;
color
:
$gl-gray-dark
;
padding
:
0
0
0
.3em
;
border-bottom
:
1px
solid
#e7e9ed
;
border-bottom
:
1px
solid
$white-dark
;
}
.description
{
...
...
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