Skip to content

Commit 40a8a08

Browse files
committed
fix style
1 parent 2621e9d commit 40a8a08

File tree

1 file changed

+2
-2
lines changed
  • src/main/resources/embedding/assets

1 file changed

+2
-2
lines changed

src/main/resources/embedding/assets/entry.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;'>",

0 commit comments

Comments
 (0)