2015-04-08 09:41:56 -07:00
|
|
|
/**
|
|
|
|
* @provides diffusion-readme-css
|
|
|
|
*/
|
|
|
|
|
2016-03-18 12:01:15 -07:00
|
|
|
.device .diffusion-readme-view .phui-document-fluid .phui-document-view,
|
2016-02-19 04:18:33 +00:00
|
|
|
.device-desktop .diffusion-readme-view .phui-document-fluid
|
|
|
|
.phui-document-view {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 8px;
|
2015-04-08 09:41:56 -07:00
|
|
|
}
|
|
|
|
|
2016-02-19 04:18:33 +00:00
|
|
|
.diffusion-readme-view .phui-document-container {
|
|
|
|
border: none;
|
2017-04-21 10:44:11 -07:00
|
|
|
padding: 24px 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.diffusion-readme-view .phabricator-remarkup-toc {
|
|
|
|
display: none;
|
2015-04-08 09:41:56 -07:00
|
|
|
}
|