clean padding in single file page
This commit is contained in:
parent
e8a49c7746
commit
c7b6fbfd46
3 changed files with 22 additions and 6 deletions
|
@ -67,7 +67,7 @@ var Gogits = {
|
|||
// render markdown
|
||||
Gogits.renderMarkdown = function () {
|
||||
var $pre = $('.markdown').find('pre > code').parent();
|
||||
$pre.addClass("prettyprint");
|
||||
$pre.addClass("prettyprint linenums");
|
||||
prettyPrint();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue