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
Léo-Paul Géneau
gitlab-ce
Commits
42d9400e
Commit
42d9400e
authored
Nov 14, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve markdwon typography
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
f51c21b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
4 deletions
+30
-4
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
+30
-4
No files found.
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
View file @
42d9400e
...
...
@@ -89,10 +89,26 @@
}
code
{
padding
:
0
4px
;
}
h1
{
margin-top
:
30px
;}
h2
{
margin-top
:
25px
;}
h3
{
margin-top
:
20px
;}
h4
{
margin-top
:
15px
;}
h1
{
margin-top
:
45px
;
font-size
:
2
.5em
;
}
h2
{
margin-top
:
40px
;
font-size
:
2em
;
}
h3
{
margin-top
:
35px
;
font-size
:
2em
;
}
h4
{
margin-top
:
30px
;
font-size
:
1
.5em
;
}
blockquote
p
{
color
:
#888
;
...
...
@@ -107,6 +123,16 @@
background
:
#EEE
;
}
}
code
{
font-size
:
inherit
;
font-weight
:
inherit
;
color
:
#555
;
}
li
{
line-height
:
1
.5
;
}
}
@mixin
page-title
{
...
...
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