mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
d3546f94c1
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
19 lines
399 B
CSS
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;
|
|
}
|