mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
f1dd3d0e9c
Summary: Ref T8099, minor spacing improvements and more icons for feed. Test Plan: Test feed in Feed, in a Dashboard, Profile, and Project {F443366} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13045
25 lines
402 B
CSS
25 lines
402 B
CSS
/**
|
|
* @provides phabricator-feed-css
|
|
*/
|
|
|
|
.phabricator-feed-newer-link {
|
|
float: left;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.phabricator-feed-older-link {
|
|
float: right;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.phabricator-public-feed-frame .phui-feed-story-foot {
|
|
background: none;
|
|
}
|
|
|
|
.phabricator-public-feed-frame .phui-feed-story {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.phabricator-public-feed-frame .phui-feed-wrap {
|
|
border: none;
|
|
}
|