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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
79836019
Commit
79836019
authored
Jan 31, 2014
by
brittlewis12
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed h3, h4 markdown font sizing to match markdown spec -- h3: 1.5em, h4: 1.2em
parent
5e004719
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/stylesheets/main/mixins.scss
app/assets/stylesheets/main/mixins.scss
+2
-2
No files found.
app/assets/stylesheets/main/mixins.scss
View file @
79836019
...
...
@@ -106,12 +106,12 @@
h3
{
margin-top
:
35px
;
font-size
:
2
em
;
font-size
:
1
.5
em
;
}
h4
{
margin-top
:
30px
;
font-size
:
1
.
5
em
;
font-size
:
1
.
2
em
;
}
blockquote
p
{
...
...
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