File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/resources/embedding/assets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ $(function(){
44 return [
55 "<style>.prettyprint ol{word-wrap:normal;} .prettyprint ol.linenums > li {list-style-type:decimal;}</style>" ,
66 "<div class='panel panel-default'>" ,
7- "<div class='panel-heading'>" ,
7+ "<div class='panel-heading' style='font-size:12px; padding:5px; padding-left:15px;' >" ,
88 "<span><b><a href=" + url + ">" + repo + "/" + filename + "</a></b></span>" ,
99 "<br>" ,
1010 "<span style='color: gray'>Lines " + lineStartNum + " to " + lineEndNum + " in </span>" ,
11- "<span><a href=" + commitUrl + ">" + commit + "</a></span>" ,
11+ "<span style='font-size:11px;' ><a href=" + commitUrl + ">" + commit + "</a></span>" ,
1212 "</div>" ,
1313 "<div class='panel-body' style='padding:0; background-color:white;'>" ,
1414 "<pre class='prettyprint linenums:" + lineStartNum + "' style='padding-left:15px; margin-bottom:0;'>" ,
You can’t perform that action at this time.
0 commit comments