mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Improve clarity around Remarkup blockquote display
Summary: This provides a little more separation/clarify around the blockquote design. Test Plan: Find a verbose passage from @epriestley, apply style. {F147692} {F147693} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D8867
This commit is contained in:
parent
8fc5977b9a
commit
7492bbeff7
2 changed files with 6 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
return array(
|
||||
'names' =>
|
||||
array(
|
||||
'core.pkg.css' => 'c5e5592f',
|
||||
'core.pkg.css' => 'bdbdf335',
|
||||
'core.pkg.js' => '417722ff',
|
||||
'darkconsole.pkg.js' => 'ca8671ce',
|
||||
'differential.pkg.css' => '12c11318',
|
||||
|
@ -105,7 +105,7 @@ return array(
|
|||
'rsrc/css/application/tokens/tokens.css' => '5f7bca25',
|
||||
'rsrc/css/application/uiexample/example.css' => '528b19de',
|
||||
'rsrc/css/core/core.css' => 'da26ddb2',
|
||||
'rsrc/css/core/remarkup.css' => '0923dbd6',
|
||||
'rsrc/css/core/remarkup.css' => 'f27ecac4',
|
||||
'rsrc/css/core/syntax.css' => '3c18c1cb',
|
||||
'rsrc/css/core/z-index.css' => '0d89d53c',
|
||||
'rsrc/css/diviner/diviner-shared.css' => '38813222',
|
||||
|
@ -708,7 +708,7 @@ return array(
|
|||
'phabricator-prefab' => '0326e5d0',
|
||||
'phabricator-profile-css' => '33e6f703',
|
||||
'phabricator-project-tag-css' => '095c9404',
|
||||
'phabricator-remarkup-css' => '0923dbd6',
|
||||
'phabricator-remarkup-css' => 'f27ecac4',
|
||||
'phabricator-search-results-css' => 'f240504c',
|
||||
'phabricator-settings-css' => 'ea8f5915',
|
||||
'phabricator-shaped-request' => 'dfa181a4',
|
||||
|
|
|
@ -141,8 +141,9 @@
|
|||
border-left: 3px solid {$lightbluetext};
|
||||
color: {$bluetext};
|
||||
font-style: italic;
|
||||
margin: 0 0 12px;
|
||||
padding: 4px 8px;
|
||||
margin: 4px 20px 12px 0;
|
||||
padding: 8px 12px;
|
||||
background-color: #F8F9FC;
|
||||
}
|
||||
|
||||
.phabricator-remarkup blockquote em {
|
||||
|
|
Loading…
Reference in a new issue