(refs #2)Add header which shows pull request information to the pull request detail page.

This commit is contained in:
takezoe
2013-08-08 02:56:59 +09:00
parent c071284a56
commit 6b49bd557f
3 changed files with 29 additions and 1 deletions

View File

@@ -616,6 +616,16 @@ div.issue-comment-action {
border-radius: 5px;
}
/****************************************************************************/
/* Pull Request */
/****************************************************************************/
div.pullreq-info {
border: 1px solid #ddd;
background-color: #f8f8f8;
margin-bottom: 10px;
padding: 8px;
}
/****************************************************************************/
/* Wiki */
/****************************************************************************/