mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-14 01:15:50 +01:00
(refs #2)Add header which shows pull request information to the pull request detail page.
This commit is contained in:
@@ -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 */
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user