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
863d297e
Commit
863d297e
authored
Feb 27, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduce fonts size for wiki render
parent
2c71c2e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
app/assets/stylesheets/gitlab_bootstrap/typography.scss
app/assets/stylesheets/gitlab_bootstrap/typography.scss
+5
-4
No files found.
app/assets/stylesheets/gitlab_bootstrap/typography.scss
View file @
863d297e
...
...
@@ -88,13 +88,14 @@ a:focus {
*/
.wiki
{
font-size
:
13px
;
line-height
:
20px
;
code
{
padding
:
0
4px
;
}
p
{
font-size
:
13px
;
}
h1
{
font-size
:
32
px
;
line-height
:
40px
;
margin
:
10px
0
;}
h2
{
font-size
:
2
6
px
;
line-height
:
40px
;
margin
:
10px
0
;}
h3
{
font-size
:
22
px
;
line-height
:
40px
;
margin
:
10px
0
;}
h4
{
font-size
:
1
8
px
;
line-height
:
20px
;
margin
:
10px
0
;}
h1
{
font-size
:
26
px
;
line-height
:
40px
;
margin
:
10px
0
;}
h2
{
font-size
:
2
2
px
;
line-height
:
40px
;
margin
:
10px
0
;}
h3
{
font-size
:
18
px
;
line-height
:
40px
;
margin
:
10px
0
;}
h4
{
font-size
:
1
6
px
;
line-height
:
20px
;
margin
:
10px
0
;}
h5
{
font-size
:
14px
;
line-height
:
20px
;
margin
:
10px
0
;}
h6
{
font-size
:
12px
;
line-height
:
20px
;
margin
:
10px
0
;}
.white
.highlight
pre
{
background
:
#f5f5f5
;
}
...
...
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