mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-02 07:29:25 +01:00
23 lines
324 B
CSS
23 lines
324 B
CSS
|
/**
|
||
|
* @provides phabricator-feed-css
|
||
|
*/
|
||
|
|
||
|
.phabricator-feed-story {
|
||
|
padding-left: 64px;
|
||
|
margin: .5em 0 1em;
|
||
|
background: 5px 2px no-repeat;
|
||
|
}
|
||
|
|
||
|
.phabricator-feed-story-head {
|
||
|
}
|
||
|
|
||
|
.phabricator-feed-story-body {
|
||
|
padding: .5em 0;
|
||
|
color: #444444;
|
||
|
}
|
||
|
|
||
|
.phabricator-feed-story-foot {
|
||
|
color: #888888;
|
||
|
font-size: 11px;
|
||
|
}
|