Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
25d7a493
Commit
25d7a493
authored
May 11, 2016
by
Sheetal Umesh Kumar
Committed by
Nick Stenning
May 11, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix margin above annotation-link and improve annotation-quote letter spacing and font-size. (#3308)
parent
c95b0f36
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
annotation.scss
h/static/styles/annotation.scss
+5
-0
markdown.scss
h/static/styles/markdown.scss
+1
-1
No files found.
h/static/styles/annotation.scss
View file @
25d7a493
...
...
@@ -51,6 +51,9 @@ $annotation-card-left-padding: 10px;
.annotation-link
{
@include
font-small
;
color
:
$grey-4
;
// Decrease the margin between the more/less link
// and the annotation body.
margin-top
:
-12px
;
}
.annotation-replies
:hover
{
...
...
@@ -172,6 +175,8 @@ $annotation-card-left-padding: 10px;
@include
font-normal
;
color
:
$grey-4
;
font-family
:
sans-serif
;
letter-spacing
:
0
.1px
;
font-size
:
12px
;
del
{
background
:
#ffe6e6
;
...
...
h/static/styles/markdown.scss
View file @
25d7a493
...
...
@@ -56,6 +56,6 @@
// Remove additional margin-bottom added by the last p within
// the annotation-body
p
:last-child
{
margin-bottom
:
0
;
margin-bottom
:
1px
;
}
}
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