diff --git a/src/__celerity_resource_map__.php b/src/__celerity_resource_map__.php index 4e1a6550e3..c17844ea56 100644 --- a/src/__celerity_resource_map__.php +++ b/src/__celerity_resource_map__.php @@ -3651,7 +3651,7 @@ celerity_register_resource_map(array( ), 'phriction-document-css' => array( - 'uri' => '/res/cc6cefba/rsrc/css/application/phriction/phriction-document-css.css', + 'uri' => '/res/14e08350/rsrc/css/application/phriction/phriction-document-css.css', 'type' => 'css', 'requires' => array( diff --git a/webroot/rsrc/css/application/phriction/phriction-document-css.css b/webroot/rsrc/css/application/phriction/phriction-document-css.css index 899ae2b476..f9fb0fba6a 100644 --- a/webroot/rsrc/css/application/phriction/phriction-document-css.css +++ b/webroot/rsrc/css/application/phriction/phriction-document-css.css @@ -150,3 +150,8 @@ .device-phone .phriction-content .phabricator-remarkup-toc { width: 120px; } + +.phriction-content .phabricator-remarkup .remarkup-code-block { + clear: both; + margin: 20px 0; +}