Add padding around repository readme content

It looks quite bad without padding.
This commit is contained in:
Robin Stocker
2013-10-06 22:12:03 +02:00
parent 65e6de5ba4
commit 035f3f9e02
2 changed files with 7 additions and 3 deletions

View File

@@ -75,9 +75,9 @@
</div>
@readme.map { content =>
<div class="box">
<div id="readme" class="box">
<div class="box-header">README.md</div>
<div class="box-content">@markdown(content, repository, false, false)</div>
</div>
}
}
}

View File

@@ -458,6 +458,10 @@ pre.blob {
padding-left: 20px;
}
#readme .box-content {
padding: 30px;
}
/****************************************************************************/
/* Issues */
/****************************************************************************/
@@ -815,4 +819,4 @@ div.markdown-body table colgroup + tbody tr:first-child td:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
}
}