mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-05 03:56:43 +08:00
clean padding in single file page
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user