mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 23:56:09 +10:00
Merge pull request #6218 from brittlewis12/master
fixed h3, h4 font-sizing for gitlab-flavored markdown (solves issue #6211)
This commit is contained in:
@@ -106,12 +106,12 @@
|
||||
|
||||
h3 {
|
||||
margin-top: 35px;
|
||||
font-size: 2em;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 30px;
|
||||
font-size: 1.5em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
|
||||
Reference in New Issue
Block a user