@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Loosen spacing on blockquote in Remarkup

Summary: This should use the same spacing as paragraphcs

Test Plan: Tested a few block quotes

Reviewers: btrahan, epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D8482

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => 'a05b161c', 10 + 'core.pkg.css' => 'c650ab0d', 11 11 'core.pkg.js' => 'b7bdab05', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => 'd1b3a605', ··· 112 112 'rsrc/css/application/tokens/tokens.css' => 'fb286311', 113 113 'rsrc/css/application/uiexample/example.css' => '4741b891', 114 114 'rsrc/css/core/core.css' => 'da26ddb2', 115 - 'rsrc/css/core/remarkup.css' => 'c3692a93', 115 + 'rsrc/css/core/remarkup.css' => 'c2bfa678', 116 116 'rsrc/css/core/syntax.css' => '3c18c1cb', 117 117 'rsrc/css/core/z-index.css' => '0fd29d49', 118 118 'rsrc/css/diviner/diviner-shared.css' => '38813222', ··· 712 712 'phabricator-prefab' => '0326e5d0', 713 713 'phabricator-profile-css' => '9bdb9804', 714 714 'phabricator-project-tag-css' => '095c9404', 715 - 'phabricator-remarkup-css' => 'c3692a93', 715 + 'phabricator-remarkup-css' => 'c2bfa678', 716 716 'phabricator-search-results-css' => 'f240504c', 717 717 'phabricator-settings-css' => 'ea8f5915', 718 718 'phabricator-shaped-request' => 'dfa181a4',
+1 -1
webroot/rsrc/css/core/remarkup.css
··· 141 141 border-left: 3px solid {$lightbluetext}; 142 142 color: {$bluetext}; 143 143 font-style: italic; 144 - margin: 4px 0; 144 + margin: 0 0 12px; 145 145 padding: 4px 8px; 146 146 } 147 147