mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 10:22:42 +01:00
5eecff91cd
Summary: Swapping out to PHUIDocumentProView to remove all calls to PHUIDocumentView. Test Plan: Review the Phabricator Readme.MD in Diffusion Reviewers: epriestley, avivey Reviewed By: avivey Subscribers: avivey, Korvin Differential Revision: https://secure.phabricator.com/D15308
13 lines
233 B
CSS
13 lines
233 B
CSS
/**
|
|
* @provides diffusion-readme-css
|
|
*/
|
|
|
|
.device-desktop .diffusion-readme-view .phui-document-fluid
|
|
.phui-document-view {
|
|
margin: 0;
|
|
padding: 0 8px;
|
|
}
|
|
|
|
.diffusion-readme-view .phui-document-container {
|
|
border: none;
|
|
}
|