Skip to content
Snippets Groups Projects
Commit 8e989d48 authored by Valeriy Sizov's avatar Valeriy Sizov
Browse files

revert all wiki changes

parent 7a0a552b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -37,6 +37,20 @@
background:#fff;
font-size: 11px;
 
&.wiki {
font-size: 13px;
code {
padding:0 4px;
}
padding:20px;
h1, h2 {
line-height: 46px;
}
h3, h4 {
line-height: 40px;
}
}
&.image_file {
background:#eee;
text-align:center;
Loading
Loading
Loading
Loading
@@ -189,9 +189,3 @@ $hover: #D9EDF7;
*
*/
@import "sections/editor.scss";
/**
* Wiki styles
*
*/
@import "sections/wiki.scss";
.wiki {
font-size: 13px;
code {
padding:0 4px;
}
padding:20px;
h1, h2 {
line-height: 46px;
}
h3, h4 {
line-height: 40px;
}
}
Loading
Loading
@@ -10,9 +10,10 @@
%i.icon-edit
Edit
%br
.file_content.wiki
= preserve do
= markdown @wiki.content
.file_holder
.file_content.wiki
= preserve do
= markdown @wiki.content
 
%p.time Last edited by #{@wiki.user.name}, #{time_ago_in_words @wiki.created_at} ago
- if can? current_user, :admin_wiki, @project
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment