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

Remove invalid CSS "font: 100%;" for table

Summary:
Both Firefox and Chromium complain that `font: 100%` is an "Invalid property value" so that property value is being ignored anyway.

Closes T16170

Test Plan: Look at HTML tables in Phorge.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16170

Differential Revision: https://we.phorge.it/D26179

+3 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '384ce2d9', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '16941b93', 12 + 'core.pkg.css' => '1a97d320', 13 13 'core.pkg.js' => '83580d78', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => 'a0c57051', ··· 103 103 'rsrc/css/application/slowvote/slowvote.css' => '0f219c39', 104 104 'rsrc/css/application/tokens/tokens.css' => 'cba3965f', 105 105 'rsrc/css/application/uiexample/example.css' => '69d6682f', 106 - 'rsrc/css/core/core.css' => '83d97073', 106 + 'rsrc/css/core/core.css' => '37f19649', 107 107 'rsrc/css/core/remarkup.css' => '6ab3c4aa', 108 108 'rsrc/css/core/syntax.css' => '548567f6', 109 109 'rsrc/css/core/z-index.css' => '56fbe5ba', ··· 734 734 'phabricator-action-list-view-css' => 'b46ef6bd', 735 735 'phabricator-busy' => '5202e831', 736 736 'phabricator-content-source-view-css' => 'cdf0d579', 737 - 'phabricator-core-css' => '83d97073', 737 + 'phabricator-core-css' => '37f19649', 738 738 'phabricator-countdown-css' => 'bff8012f', 739 739 'phabricator-darklog' => '3b869402', 740 740 'phabricator-darkmessage' => '26cd4b73',
-1
webroot/rsrc/css/core/core.css
··· 72 72 73 73 table { 74 74 font-size: inherit; 75 - font: 100%; 76 75 } 77 76 78 77 h1 {