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

Minor spacing update for Remarkup lists

Summary: Lists that have task objects look bad since the objects bleed into each other vertically. This provides slightly better spacing.

Test Plan: Review T9379 with new spacing.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+4 -6
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'ef642419', 10 + 'core.pkg.css' => 'cbf6bd91', 11 11 'core.pkg.js' => '47dc9ebb', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 104 104 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 105 105 'rsrc/css/application/uiexample/example.css' => '528b19de', 106 106 'rsrc/css/core/core.css' => 'a76cefc9', 107 - 'rsrc/css/core/remarkup.css' => '88e1ebb6', 107 + 'rsrc/css/core/remarkup.css' => '4354ae20', 108 108 'rsrc/css/core/syntax.css' => '9fd11da8', 109 109 'rsrc/css/core/z-index.css' => '57ddcaa2', 110 110 'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa', ··· 749 749 'phabricator-object-selector-css' => '85ee8ce6', 750 750 'phabricator-phtize' => 'd254d646', 751 751 'phabricator-prefab' => '6920d200', 752 - 'phabricator-remarkup-css' => '88e1ebb6', 752 + 'phabricator-remarkup-css' => '4354ae20', 753 753 'phabricator-search-results-css' => '7dea472c', 754 754 'phabricator-shaped-request' => '7cbe244b', 755 755 'phabricator-side-menu-view-css' => 'bec2458e',
+1 -3
webroot/rsrc/css/core/remarkup.css
··· 80 80 list-style: upper-alpha; 81 81 } 82 82 83 - 84 83 .phabricator-remarkup ol ol ol.remarkup-list { 85 84 list-style: lower-alpha; 86 85 } 87 - 88 86 89 87 .phabricator-remarkup ol ol ol ol.remarkup-list { 90 88 list-style: lower-roman; ··· 111 109 } 112 110 113 111 .phabricator-remarkup .remarkup-list-item { 114 - line-height: 1.6em; 112 + line-height: 1.7em; 115 113 } 116 114 117 115 .phabricator-remarkup li.phantom-item,