mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
48f15fb960
Summary: Swaps out AphrontPanels for ObjectBoxes. I'd like to start reducing the floating object lists around the site for consistency. Also, these should provide more items above the fold. Test Plan: Test on my local homepage. Built a fake welcome.html too, though I think that's deprecated. {F277020} {F277021} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11529
9 lines
143 B
CSS
9 lines
143 B
CSS
/**
|
|
* @provides homepage-panel-css
|
|
*/
|
|
|
|
.homepage-panel h1.phui-header-view {
|
|
font-size: 14px;
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
}
|