1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/webroot/rsrc/css/application/diffusion/diffusion-readme.css
Chad Little d3546f94c1 Improve diffusion readme layout
Summary: Uses more standard objects and more padding for reading. Removes the ToC, which is visually broken anyways.

Test Plan: Review a README.md in a local repository.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D17752
2017-04-21 11:23:26 -07:00

19 lines
399 B
CSS

/**
* @provides diffusion-readme-css
*/
.device .diffusion-readme-view .phui-document-fluid .phui-document-view,
.device-desktop .diffusion-readme-view .phui-document-fluid
.phui-document-view {
margin: 0;
padding: 0 8px;
}
.diffusion-readme-view .phui-document-container {
border: none;
padding: 24px 32px;
}
.diffusion-readme-view .phabricator-remarkup-toc {
display: none;
}