/** * @provides phui-remarkup-preview-css */ .phui-preview-header { color: #666666; margin-bottom: 12px; font-size: 11px; } .phui-remarkup-preview { background: #fbfbfb; border-bottom: 1px solid #aaaaaa; padding: 12px; } .phui-remarkup-preview-skin-document { background: transparent; border: none; } .phui-remarkup-preview-skin-document .phui-preview-header { padding: 8px; background: #f3f3f3; } .device-phone .aphront-panel-preview { display: none; } .phui-preview-loading-text { color: #666666; } /** * TODO: Classes implementing PhabricatorMarkupInterface are of differing * mindsets about whether output should be wrapped in a `phabricator-remarkup` *
or not. It should probably move to the Engine in all cases, but * until we do that get rid of the extra spacing generated by the inner div. */ .phui-remarkup-preview .phabricator-remarkup .phabricator-remarkup { padding: 0; margin: 0; }