Summary: This moves Markdown rendering from normal fonts to PHUIDocumentView with Source Sans improving readability of this longer form text.
Test Plan:
Test libphutil and Phabricator readmes in my sandbox.
{F363483}
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Differential Revision: https://secure.phabricator.com/D12330
15 lines
267 B
CSS
15 lines
267 B
CSS
/**
|
|
* @provides diffusion-readme-css
|
|
*/
|
|
|
|
.device .diffusion-readme-view {
|
|
margin: 16px 8px 0;
|
|
background-color: #fff;
|
|
border: 1px solid {$lightblueborder};
|
|
border-bottom: 1px solid {$blueborder};
|
|
}
|
|
|
|
.device-tablet .diffusion-readme-view {
|
|
margin: 16px;
|
|
}
|