Fix styles

This commit is contained in:
Naoki Takezoe
2015-11-27 10:10:15 +09:00
parent b8bd8f5512
commit 0bf843ce2a
2 changed files with 2 additions and 3 deletions

View File

@@ -101,7 +101,7 @@
} }
} }
</div> </div>
<div style="margin-right: @if(expand){180px} else {50px};"> <div style="margin-right: @if(expand){180px} else {55px};">
@if(expand){ @if(expand){
@repository.repository.description.map { description => @repository.repository.description.map { description =>
<p class="description">@detectAndRenderLinks(description)</p> <p class="description">@detectAndRenderLinks(description)</p>

View File

@@ -921,9 +921,8 @@ a.selected {
} }
span.issue-status { span.issue-status {
font-size: large;
text-align: center; text-align: center;
padding: 8px; padding: 4px 8px 4px 8px;
} }
table.table-issues { table.table-issues {