1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/diffusion/commit-view.css
vrana 23d5d7a1a6 Delete unused CSS
Summary: Unused since D2062.

Test Plan:
View commit.
View task.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran

Differential Revision: https://secure.phabricator.com/D2108
2012-04-05 10:54:06 -07:00

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;
}