mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Remove side spacing on code remarkup
Summary: Sets everything up flush, I think this is the only indented block left. Test Plan: Write some code. {F289438} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley, #design Differential Revision: https://secure.phabricator.com/D11721
This commit is contained in:
parent
894025778c
commit
b4d03bb26c
2 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => 'f8f4b8dc',
|
||||
'core.pkg.css' => '5121a58f',
|
||||
'core.pkg.js' => '23d653bb',
|
||||
'darkconsole.pkg.js' => '8ab24e01',
|
||||
'differential.pkg.css' => '380f07e5',
|
||||
|
@ -105,7 +105,7 @@ return array(
|
|||
'rsrc/css/application/tokens/tokens.css' => '3d0f239e',
|
||||
'rsrc/css/application/uiexample/example.css' => '528b19de',
|
||||
'rsrc/css/core/core.css' => 'd7f6ec35',
|
||||
'rsrc/css/core/remarkup.css' => 'ef673047',
|
||||
'rsrc/css/core/remarkup.css' => 'de20f873',
|
||||
'rsrc/css/core/syntax.css' => '56c1ba38',
|
||||
'rsrc/css/core/z-index.css' => '40eb7003',
|
||||
'rsrc/css/diviner/diviner-shared.css' => '38813222',
|
||||
|
@ -738,7 +738,7 @@ return array(
|
|||
'phabricator-phtize' => 'd254d646',
|
||||
'phabricator-prefab' => '72da38cc',
|
||||
'phabricator-profile-css' => 'b4896815',
|
||||
'phabricator-remarkup-css' => 'ef673047',
|
||||
'phabricator-remarkup-css' => 'de20f873',
|
||||
'phabricator-search-results-css' => 'f240504c',
|
||||
'phabricator-shaped-request' => '7cbe244b',
|
||||
'phabricator-side-menu-view-css' => '7e8c6341',
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
|
||||
.phabricator-remarkup .remarkup-code-block {
|
||||
margin: 12px;
|
||||
margin: 12px 0;
|
||||
white-space: pre;
|
||||
font-family: "Monaco", monospace;
|
||||
font-size: 10px;
|
||||
|
@ -30,8 +30,8 @@
|
|||
}
|
||||
|
||||
.phabricator-remarkup .remarkup-code-block pre {
|
||||
background: {$lightyellow};
|
||||
border: 1px solid {$yellow};
|
||||
background: {$sh-yellowbackground};
|
||||
border: 1px solid {$sh-lightyellowborder};
|
||||
display: block;
|
||||
color: #000000;
|
||||
overflow: auto;
|
||||
|
@ -455,7 +455,7 @@ var.remarkup-assist-textarea {
|
|||
}
|
||||
|
||||
.jx-order-mask {
|
||||
background: #ffffff;
|
||||
background: white;
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue