Commit 31f1cebe authored by Valeriy Sizov's avatar Valeriy Sizov

Wiki style: move styles to right place

parent 607d8b79
...@@ -37,20 +37,6 @@ ...@@ -37,20 +37,6 @@
background:#fff; background:#fff;
font-size: 11px; 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 { &.image_file {
background:#eee; background:#eee;
text-align:center; text-align:center;
......
.wiki{ .wiki {
padding: 5px; font-size: 13px;
code {
padding:0 4px;
}
padding:20px;
h1, h2 {
line-height: 46px;
}
h3, h4 {
line-height: 40px;
}
} }
...@@ -176,6 +176,8 @@ module Gitlab ...@@ -176,6 +176,8 @@ module Gitlab
if commit = @project.commit(identifier) if commit = @project.commit(identifier)
link_to(identifier, project_commit_path(@project, commit), html_options.merge(title: CommitDecorator.new(commit).link_title, class: "gfm gfm-commit #{html_options[:class]}")) link_to(identifier, project_commit_path(@project, commit), html_options.merge(title: CommitDecorator.new(commit).link_title, class: "gfm gfm-commit #{html_options[:class]}"))
end end
rescue Grit::NoSuchPathError
nil
end end
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment