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
501d1485
Commit
501d1485
authored
Oct 14, 2016
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply better hierarchy to markdown headers and issue/mr titles
parent
11485c5a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
21 deletions
+14
-21
app/assets/stylesheets/framework/typography.scss
app/assets/stylesheets/framework/typography.scss
+10
-12
app/assets/stylesheets/pages/detail_page.scss
app/assets/stylesheets/pages/detail_page.scss
+4
-2
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+0
-7
No files found.
app/assets/stylesheets/framework/typography.scss
View file @
501d1485
...
...
@@ -45,40 +45,38 @@
}
h1
{
font-size
:
2
em
;
font-size
:
1
.75
em
;
font-weight
:
600
;
margin
:
1
em
0
10px
;
margin
:
1
6px
0
10px
;
padding
:
0
0
0
.3em
;
border-bottom
:
1px
solid
$btn-default-border
;
color
:
$gl-gray-dark
;
}
h2
{
font-size
:
1
.
6
em
;
font-size
:
1
.
5
em
;
font-weight
:
600
;
margin
:
1em
0
10px
;
padding-bottom
:
0
.3em
;
border-bottom
:
1px
solid
$btn-default-border
;
margin
:
16px
0
10px
;
color
:
$gl-gray-dark
;
}
h3
{
margin
:
1
em
0
10px
;
font-size
:
1
.
4
em
;
margin
:
1
6px
0
10px
;
font-size
:
1
.
3
em
;
}
h4
{
margin
:
1
em
0
10px
;
font-size
:
1
.2
5
em
;
margin
:
1
6px
0
10px
;
font-size
:
1
.2em
;
}
h5
{
margin
:
1
em
0
10px
;
margin
:
1
6px
0
10px
;
font-size
:
1em
;
}
h6
{
margin
:
1
em
0
10px
;
margin
:
1
6px
0
10px
;
font-size
:
0
.95em
;
}
...
...
app/assets/stylesheets/pages/detail_page.scss
View file @
501d1485
...
...
@@ -20,9 +20,11 @@
.detail-page-description
{
.title
{
margin
:
0
;
font-size
:
2
3px
;
margin
:
0
0
16px
;
font-size
:
2
em
;
color
:
$gl-gray-dark
;
padding
:
0
0
0
.3em
;
border-bottom
:
1px
solid
#e7e9ed
;
}
.description
{
...
...
app/assets/stylesheets/pages/merge_requests.scss
View file @
501d1485
...
...
@@ -429,13 +429,6 @@
}
}
.merge-request-details
{
.title
{
margin-bottom
:
20px
;
}
}
.merge-request-tabs
{
background-color
:
#fff
;
...
...
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