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
Boxiang Sun
gitlab-ce
Commits
0a05c8dd
Commit
0a05c8dd
authored
Mar 26, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve md typography
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
99a9d97c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/stylesheets/generic/typography.scss
app/assets/stylesheets/generic/typography.scss
+0
-3
app/assets/stylesheets/main/mixins.scss
app/assets/stylesheets/main/mixins.scss
+3
-0
No files found.
app/assets/stylesheets/generic/typography.scss
View file @
0a05c8dd
...
...
@@ -88,9 +88,6 @@ a:focus {
.wiki
{
@include
md-typography
;
font-size
:
14px
;
line-height
:
1
.6
;
/* Link to current header. */
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
position
:
relative
;
...
...
app/assets/stylesheets/main/mixins.scss
View file @
0a05c8dd
...
...
@@ -84,6 +84,9 @@
}
@mixin
md-typography
{
font-size
:
14px
;
line-height
:
1
.6
;
img
{
max-width
:
100%
;
}
...
...
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