mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
23d5d7a1a6
Summary: Unused since D2062. Test Plan: View commit. View task. Reviewers: epriestley Reviewed By: epriestley CC: aran Differential Revision: https://secure.phabricator.com/D2108
19 lines
287 B
CSS
19 lines
287 B
CSS
/**
|
|
* @provides diffusion-commit-view-css
|
|
*/
|
|
|
|
.diffusion-commit-message {
|
|
padding: 8px;
|
|
}
|
|
|
|
.diffusion-comment-list {
|
|
margin: 2em;
|
|
}
|
|
|
|
.phabricator-transaction-view .audit-accept {
|
|
border-color: #009933;
|
|
}
|
|
|
|
.phabricator-transaction-view .audit-concern {
|
|
border-color: #aa0000;
|
|
}
|