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
d048ba77
Commit
d048ba77
authored
Jun 28, 2016
by
Adam Stankiewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve readability of markdown files
parent
abc6004f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
16 deletions
+18
-16
app/assets/stylesheets/framework/files.scss
app/assets/stylesheets/framework/files.scss
+1
-1
app/assets/stylesheets/framework/typography.scss
app/assets/stylesheets/framework/typography.scss
+17
-15
No files found.
app/assets/stylesheets/framework/files.scss
View file @
d048ba77
...
...
@@ -70,7 +70,7 @@
}
&
.wiki
{
padding
:
$gl-padding
;
padding
:
30px
$gl-padding
;
.highlight
{
margin-bottom
:
9px
;
...
...
app/assets/stylesheets/framework/typography.scss
View file @
d048ba77
...
...
@@ -37,39 +37,41 @@
}
h1
{
font-size
:
1
.3
em
;
font-size
:
2
.25
em
;
font-weight
:
600
;
margin
:
24px
0
12
px
;
padding
:
0
0
10px
;
border-bottom
:
1px
solid
#e7e9ed
;
margin
:
1em
0
10
px
;
padding
:
0
0
0
.3em
;
border-bottom
:
1px
solid
$btn-default-border
;
color
:
$gl-gray-dark
;
}
h2
{
font-size
:
1
.
2
em
;
font-size
:
1
.
8
em
;
font-weight
:
600
;
margin
:
24px
0
12px
;
margin
:
1em
0
10px
;
padding-bottom
:
0
.3em
;
border-bottom
:
1px
solid
$btn-default-border
;
color
:
$gl-gray-dark
;
}
h3
{
margin
:
24px
0
12
px
;
font-size
:
1
.
1
em
;
margin
:
1em
0
10
px
;
font-size
:
1
.
5
em
;
}
h4
{
margin
:
24px
0
12
px
;
font-size
:
0
.98
em
;
margin
:
1em
0
10
px
;
font-size
:
1
.25
em
;
}
h5
{
margin
:
24px
0
12
px
;
font-size
:
0
.95
em
;
margin
:
1em
0
10
px
;
font-size
:
1
em
;
}
h6
{
margin
:
24px
0
12
px
;
font-size
:
0
.9
0
em
;
margin
:
1em
0
10
px
;
font-size
:
0
.9
5
em
;
}
blockquote
{
...
...
@@ -115,7 +117,7 @@
ul
,
ol
{
padding
:
0
;
margin
:
6px
0
6
px
28px
!
important
;
margin
:
3px
0
3
px
28px
!
important
;
}
li
{
...
...
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