##// END OF EJS Templates
adjusted the padding of path and summary box between files and file details screens
Liviu -
r3720:0c0b5c69 new-ui
parent child Browse files
Show More
@@ -477,7 +477,7 b' div.codeblock {'
477 477 }
478 478
479 479 .code-body {
480 padding: @padding;
480 padding: 0.8em 1em;
481 481 background-color: #ffffff;
482 482 min-width: 100%;
483 483 box-sizing: border-box;
@@ -490,6 +490,10 b' div.codeblock {'
490 490 height: auto;
491 491 width: 100%;
492 492 }
493
494 .markdown-block {
495 padding: 1em 0;
496 }
493 497 }
494 498
495 499 .codeblock-header {
@@ -169,7 +169,7 b''
169 169 position: relative;
170 170 display:block;
171 171 width: 100%;
172 min-height: 1em;
172 min-height: 20px;
173 173 margin-bottom: 10px;
174 174 padding: 0;
175 175 line-height: 1.2em;
@@ -18,7 +18,7 b''
18 18 <div class="commit">${h.urlify_commit_message(c.commit.message,c.repo_name)}</div>
19 19 </div>
20 20
21 <div class="clear-fix">
21 <div class="fieldset clear-fix">
22 22 <span class="commit-author">${h.link_to_user(c.commit.author)}</span><span class="commit-date"> - ${h.age_component(c.commit.date)}</span>
23 23 </div>
24 24 </div>
General Comments 0
You need to be logged in to leave comments. Login now