@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.

Normalize header colors in Remarkup to {$bluetext}

Summary: Increases spacing around Sections and normalizes all header colors to {$bluetext}. Will follow up with T7444.

Test Plan: Test Changelog copied to my local install.

Reviewers: epriestley, btrahan

Reviewed By: btrahan

Subscribers: Korvin, epriestley

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

+16 -10
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '9a9b59ca', 10 + 'core.pkg.css' => '305f7c85', 11 11 'core.pkg.js' => '59d01bb7', 12 12 'darkconsole.pkg.js' => '6d16ff19', 13 13 'differential.pkg.css' => '3500921f', ··· 108 108 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 109 109 'rsrc/css/application/uiexample/example.css' => '528b19de', 110 110 'rsrc/css/core/core.css' => '76e8ee93', 111 - 'rsrc/css/core/remarkup.css' => 'e10512ff', 111 + 'rsrc/css/core/remarkup.css' => '4203633b', 112 112 'rsrc/css/core/syntax.css' => '56c1ba38', 113 113 'rsrc/css/core/z-index.css' => '5a2b9d9d', 114 114 'rsrc/css/diviner/diviner-shared.css' => '38813222', ··· 131 131 'rsrc/css/phui/phui-crumbs-view.css' => '594d719e', 132 132 'rsrc/css/phui/phui-document.css' => '94d5dcd8', 133 133 'rsrc/css/phui/phui-feed-story.css' => 'c9f3a0b5', 134 - 'rsrc/css/phui/phui-fontkit.css' => '1fa79503', 134 + 'rsrc/css/phui/phui-fontkit.css' => '81dab066', 135 135 'rsrc/css/phui/phui-form-view.css' => 'b147d2ed', 136 136 'rsrc/css/phui/phui-form.css' => 'f535f938', 137 137 'rsrc/css/phui/phui-header-view.css' => 'da4586b1', ··· 746 746 'phabricator-phtize' => 'd254d646', 747 747 'phabricator-prefab' => '6920d200', 748 748 'phabricator-profile-css' => '1a20dcbf', 749 - 'phabricator-remarkup-css' => 'e10512ff', 749 + 'phabricator-remarkup-css' => '4203633b', 750 750 'phabricator-search-results-css' => '15c71110', 751 751 'phabricator-shaped-request' => '7cbe244b', 752 752 'phabricator-side-menu-view-css' => '7e8c6341', ··· 789 789 'phui-document-view-css' => '94d5dcd8', 790 790 'phui-feed-story-css' => 'c9f3a0b5', 791 791 'phui-font-icon-base-css' => '3dad2ae3', 792 - 'phui-fontkit-css' => '1fa79503', 792 + 'phui-fontkit-css' => '81dab066', 793 793 'phui-form-css' => 'f535f938', 794 794 'phui-form-view-css' => 'b147d2ed', 795 795 'phui-header-view-css' => 'da4586b1',
+10 -4
webroot/rsrc/css/core/remarkup.css
··· 97 97 .phabricator-remarkup h1.remarkup-header { 98 98 font-size: 1.625em; 99 99 line-height: 1.625em; 100 - margin: 8px 0; 100 + margin: 16px 0 4px; 101 + color: {$bluetext}; 101 102 } 102 103 103 104 .phabricator-remarkup h2.remarkup-header { 104 105 font-size: 1.5em; 105 106 line-height: 1.5em; 106 - margin: 8px 0; 107 + margin: 16px 0 4px; 108 + color: {$bluetext}; 107 109 } 108 110 109 111 .phabricator-remarkup h3.remarkup-header { 110 112 font-size: 1.375em; 111 113 line-height: 1.375em; 112 - margin: 8px 0; 114 + margin: 16px 0 4px; 115 + color: {$bluetext}; 113 116 } 114 117 115 118 .phabricator-remarkup h4.remarkup-header { 116 119 font-size: 1.25em; 117 120 line-height: 1.25em; 118 - margin: 8px 0; 121 + margin: 8px 0 4px; 122 + color: {$bluetext}; 119 123 } 120 124 121 125 .phabricator-remarkup h5.remarkup-header { 122 126 font-size: 1.125em; 123 127 line-height: 1.125em; 124 128 margin: 4px 0; 129 + color: {$bluetext}; 125 130 } 126 131 127 132 .phabricator-remarkup h6.remarkup-header { 128 133 font-size: 1em; 129 134 line-height: 1em; 130 135 margin: 4px 0; 136 + color: {$bluetext}; 131 137 } 132 138 133 139 .phabricator-remarkup blockquote {
+1 -1
webroot/rsrc/css/phui/phui-fontkit.css
··· 35 35 } 36 36 37 37 .phui-font-source-sans .phabricator-remarkup h2.remarkup-header { 38 - padding: 8px 24px 8px 0; 38 + padding: 24px 24px 8px 0; 39 39 border-bottom: 1px solid {$thinblueborder}; 40 40 font-size: 20px; 41 41 font-weight: 400;