BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
e25656d0
Commit
e25656d0
authored
Jan 10, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve wiki typography
parent
dd20da1b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
18 deletions
+25
-18
files.scss
app/assets/stylesheets/gitlab_bootstrap/files.scss
+5
-18
typography.scss
app/assets/stylesheets/gitlab_bootstrap/typography.scss
+19
-0
show.html.haml
app/views/issues/show.html.haml
+1
-0
No files found.
app/assets/stylesheets/gitlab_bootstrap/files.scss
View file @
e25656d0
...
...
@@ -37,24 +37,6 @@
background
:
#fff
;
font-size
:
11px
;
&
.wiki
{
font-size
:
13px
;
code
{
padding
:
0
4px
;
}
padding
:
20px
;
h1
{
font-size
:
26px
;
line-height
:
46px
;
}
h2
{
font-size
:
22px
;
line-height
:
42px
;
}
h3
{
font-size
:
20px
;
line-height
:
40px
;
}
h4
{
font-size
:
18px
;
line-height
:
32px
;
}
h5
{
font-size
:
16px
;
line-height
:
26px
;
}
.white
.highlight
pre
{
background
:
#f5f5f5
;
}
}
&
.image_file
{
background
:
#eee
;
text-align
:
center
;
...
...
@@ -64,6 +46,11 @@
}
}
&
.wiki
{
padding
:
20px
;
font-size
:
13px
;
}
&
.blob_file
{
}
...
...
app/assets/stylesheets/gitlab_bootstrap/typography.scss
View file @
e25656d0
...
...
@@ -81,3 +81,22 @@ a:focus {
.monospace
{
font-family
:
'Menlo'
,
'Liberation Mono'
,
'Consolas'
,
'Courier New'
,
'andale mono'
,
'lucida console'
,
monospace
;
}
/**
* Wiki typography
*
*/
.wiki
{
font-size
:
13px
;
code
{
padding
:
0
4px
;
}
p
{
font-size
:
13px
;
}
h1
{
font-size
:
32px
;
line-height
:
40px
;
margin
:
10px
0
;}
h2
{
font-size
:
26px
;
line-height
:
40px
;
margin
:
10px
0
;}
h3
{
font-size
:
22px
;
line-height
:
40px
;
margin
:
10px
0
;}
h4
{
font-size
:
18px
;
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
;
}
ul
{
margin
:
0
0
9px
25px
!
important
;
}
}
app/views/issues/show.html.haml
View file @
e25656d0
...
...
@@ -51,6 +51,7 @@
-
if
@issue
.
description
.
present?
.ui-box-bottom
.wiki
=
preserve
do
=
markdown
@issue
.
description
...
...
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