From d9f188ee306819ee900b14973f715c42bf5ccc8f Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 9 Dec 2015 09:17:00 -0800 Subject: [PATCH] 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 --- resources/celerity/map.php | 6 +++--- webroot/rsrc/css/core/remarkup.css | 7 ------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index 58db55cf6a..93eade7ed8 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -7,7 +7,7 @@ */ return array( 'names' => array( - 'core.pkg.css' => '4d47b0a9', + 'core.pkg.css' => '6d8c526d', 'core.pkg.js' => '3c0f7f9b', 'darkconsole.pkg.js' => 'e7393ebb', 'differential.pkg.css' => '2de124c9', @@ -104,7 +104,7 @@ return array( 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 'rsrc/css/application/uiexample/example.css' => '528b19de', '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/z-index.css' => '57ddcaa2', 'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa', @@ -760,7 +760,7 @@ return array( 'phabricator-object-selector-css' => '85ee8ce6', 'phabricator-phtize' => 'd254d646', 'phabricator-prefab' => 'be38fe4e', - 'phabricator-remarkup-css' => 'b1c10368', + 'phabricator-remarkup-css' => '275e362f', 'phabricator-search-results-css' => '7dea472c', 'phabricator-shaped-request' => '7cbe244b', 'phabricator-side-menu-view-css' => 'bec2458e', diff --git a/webroot/rsrc/css/core/remarkup.css b/webroot/rsrc/css/core/remarkup.css index 12a45d3c5f..92c44d944d 100644 --- a/webroot/rsrc/css/core/remarkup.css +++ b/webroot/rsrc/css/core/remarkup.css @@ -153,13 +153,6 @@ 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 { border-left: 3px solid {$sh-blueborder}; color: {$darkbluetext};