1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/webroot/rsrc/css/application/feed/feed.css

32 lines
476 B
CSS
Raw Normal View History

/**
* @provides phabricator-feed-css
*/
.phabricator-feed-frame {
margin: 10px;
}
.phabricator-feed-frame .phabricator-action-header-title {
font-size: 16px;
margin-bottom: 5px;
}
.device-desktop .phabricator-feed-frame {
width: 600px;
margin: 20px auto;
}
.phabricator-feed-story-date-separator {
margin-top: 2em;
}
.phabricator-feed-newer-link {
float: left;
font-weight: bold;
}
.phabricator-feed-older-link {
float: right;
font-weight: bold;
}