mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Remove subheader rule in remarkup
Summary: Fixes T9942, users aren't expecting this, and we can make subheader explicit later. Test Plan: Edit Phriction Doc Reviewers: epriestley, tycho.tatitscheff Reviewed By: epriestley, tycho.tatitscheff Subscribers: Korvin Maniphest Tasks: T9942 Differential Revision: https://secure.phabricator.com/D14722
This commit is contained in:
parent
d57cc740ca
commit
d9f188ee30
2 changed files with 3 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
return array(
|
return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'core.pkg.css' => '4d47b0a9',
|
'core.pkg.css' => '6d8c526d',
|
||||||
'core.pkg.js' => '3c0f7f9b',
|
'core.pkg.js' => '3c0f7f9b',
|
||||||
'darkconsole.pkg.js' => 'e7393ebb',
|
'darkconsole.pkg.js' => 'e7393ebb',
|
||||||
'differential.pkg.css' => '2de124c9',
|
'differential.pkg.css' => '2de124c9',
|
||||||
|
@ -104,7 +104,7 @@ return array(
|
||||||
'rsrc/css/application/tokens/tokens.css' => '3d0f239e',
|
'rsrc/css/application/tokens/tokens.css' => '3d0f239e',
|
||||||
'rsrc/css/application/uiexample/example.css' => '528b19de',
|
'rsrc/css/application/uiexample/example.css' => '528b19de',
|
||||||
'rsrc/css/core/core.css' => 'a76cefc9',
|
'rsrc/css/core/core.css' => 'a76cefc9',
|
||||||
'rsrc/css/core/remarkup.css' => 'b1c10368',
|
'rsrc/css/core/remarkup.css' => '275e362f',
|
||||||
'rsrc/css/core/syntax.css' => '9fd11da8',
|
'rsrc/css/core/syntax.css' => '9fd11da8',
|
||||||
'rsrc/css/core/z-index.css' => '57ddcaa2',
|
'rsrc/css/core/z-index.css' => '57ddcaa2',
|
||||||
'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa',
|
'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa',
|
||||||
|
@ -760,7 +760,7 @@ return array(
|
||||||
'phabricator-object-selector-css' => '85ee8ce6',
|
'phabricator-object-selector-css' => '85ee8ce6',
|
||||||
'phabricator-phtize' => 'd254d646',
|
'phabricator-phtize' => 'd254d646',
|
||||||
'phabricator-prefab' => 'be38fe4e',
|
'phabricator-prefab' => 'be38fe4e',
|
||||||
'phabricator-remarkup-css' => 'b1c10368',
|
'phabricator-remarkup-css' => '275e362f',
|
||||||
'phabricator-search-results-css' => '7dea472c',
|
'phabricator-search-results-css' => '7dea472c',
|
||||||
'phabricator-shaped-request' => '7cbe244b',
|
'phabricator-shaped-request' => '7cbe244b',
|
||||||
'phabricator-side-menu-view-css' => 'bec2458e',
|
'phabricator-side-menu-view-css' => 'bec2458e',
|
||||||
|
|
|
@ -153,13 +153,6 @@
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-remarkup h3.remarkup-header + h4.remarkup-header {
|
|
||||||
color: {$bluetext};
|
|
||||||
font-weight: normal;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
margin-top: -4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.phabricator-remarkup blockquote {
|
.phabricator-remarkup blockquote {
|
||||||
border-left: 3px solid {$sh-blueborder};
|
border-left: 3px solid {$sh-blueborder};
|
||||||
color: {$darkbluetext};
|
color: {$darkbluetext};
|
||||||
|
|
Loading…
Reference in a new issue