Merge pull request #126 from robinst/readme-padding

Add padding around repository readme content
This commit is contained in:
Naoki Takezoe
2013-10-06 18:42:39 -07:00
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;
}
}