mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Loosen spacing on blockquote in Remarkup
Summary: This should use the same spacing as paragraphcs Test Plan: Tested a few block quotes Reviewers: btrahan, epriestley Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8482
This commit is contained in:
parent
e11adc4ad7
commit
c857f8cacb
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
return array(
|
||||
'names' =>
|
||||
array(
|
||||
'core.pkg.css' => 'a05b161c',
|
||||
'core.pkg.css' => 'c650ab0d',
|
||||
'core.pkg.js' => 'b7bdab05',
|
||||
'darkconsole.pkg.js' => 'ca8671ce',
|
||||
'differential.pkg.css' => 'd1b3a605',
|
||||
|
@ -112,7 +112,7 @@ return array(
|
|||
'rsrc/css/application/tokens/tokens.css' => 'fb286311',
|
||||
'rsrc/css/application/uiexample/example.css' => '4741b891',
|
||||
'rsrc/css/core/core.css' => 'da26ddb2',
|
||||
'rsrc/css/core/remarkup.css' => 'c3692a93',
|
||||
'rsrc/css/core/remarkup.css' => 'c2bfa678',
|
||||
'rsrc/css/core/syntax.css' => '3c18c1cb',
|
||||
'rsrc/css/core/z-index.css' => '0fd29d49',
|
||||
'rsrc/css/diviner/diviner-shared.css' => '38813222',
|
||||
|
@ -712,7 +712,7 @@ return array(
|
|||
'phabricator-prefab' => '0326e5d0',
|
||||
'phabricator-profile-css' => '9bdb9804',
|
||||
'phabricator-project-tag-css' => '095c9404',
|
||||
'phabricator-remarkup-css' => 'c3692a93',
|
||||
'phabricator-remarkup-css' => 'c2bfa678',
|
||||
'phabricator-search-results-css' => 'f240504c',
|
||||
'phabricator-settings-css' => 'ea8f5915',
|
||||
'phabricator-shaped-request' => 'dfa181a4',
|
||||
|
|
|
@ -141,7 +141,7 @@
|
|||
border-left: 3px solid {$lightbluetext};
|
||||
color: {$bluetext};
|
||||
font-style: italic;
|
||||
margin: 4px 0;
|
||||
margin: 0 0 12px;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue