mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-03 04:02:43 +01:00
d665268074
Summary: Straightfoward iteration on feed. Test Plan: https://secure.phabricator.com/file/view/PHID-FILE-d07077119dc834e76618/ Reviewed By: codeblock Reviewers: jungejason, aran, tuomaspelkonen, codeblock CC: aran, codeblock, epriestley Differential Revision: 631
22 lines
324 B
CSS
22 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;
|
|
}
|