adjusted the padding of path and summary box between files and file details screens
This commit is contained in:
parent
bbb198127c
commit
2ec3b54d67
3 changed files with 7 additions and 3 deletions
|
|
@ -477,7 +477,7 @@ div.codeblock {
|
|||
}
|
||||
|
||||
.code-body {
|
||||
padding: @padding;
|
||||
padding: 0.8em 1em;
|
||||
background-color: #ffffff;
|
||||
min-width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
|
@ -490,6 +490,10 @@ div.codeblock {
|
|||
height: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.markdown-block {
|
||||
padding: 1em 0;
|
||||
}
|
||||
}
|
||||
|
||||
.codeblock-header {
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@
|
|||
position: relative;
|
||||
display:block;
|
||||
width: 100%;
|
||||
min-height: 1em;
|
||||
min-height: 20px;
|
||||
margin-bottom: 10px;
|
||||
padding: 0;
|
||||
line-height: 1.2em;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<div class="commit">${h.urlify_commit_message(c.commit.message,c.repo_name)}</div>
|
||||
</div>
|
||||
|
||||
<div class="clear-fix">
|
||||
<div class="fieldset clear-fix">
|
||||
<span class="commit-author">${h.link_to_user(c.commit.author)}</span><span class="commit-date"> - ${h.age_component(c.commit.date)}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue