mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
[Redesign] Fix some vegetables
Summary: Ref T8099, borked this up before commit, fixes provides statement. Test Plan: Review any preview page Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13443
This commit is contained in:
parent
e053cdd903
commit
a85010c9bf
2 changed files with 3 additions and 3 deletions
|
@ -145,7 +145,7 @@ return array(
|
|||
'rsrc/css/phui/phui-pager.css' => 'bea33d23',
|
||||
'rsrc/css/phui/phui-pinboard-view.css' => '2495140e',
|
||||
'rsrc/css/phui/phui-property-list-view.css' => '1baf23eb',
|
||||
'rsrc/css/phui/phui-remarkup-preview.css' => '0364d508',
|
||||
'rsrc/css/phui/phui-remarkup-preview.css' => '867f85b3',
|
||||
'rsrc/css/phui/phui-spacing.css' => '042804d6',
|
||||
'rsrc/css/phui/phui-status.css' => '888cedb8',
|
||||
'rsrc/css/phui/phui-tag-view.css' => '402691cc',
|
||||
|
@ -789,6 +789,7 @@ return array(
|
|||
'phui-pager-css' => 'bea33d23',
|
||||
'phui-pinboard-view-css' => '2495140e',
|
||||
'phui-property-list-view-css' => '1baf23eb',
|
||||
'phui-remarkup-preview-css' => '867f85b3',
|
||||
'phui-spacing-css' => '042804d6',
|
||||
'phui-status-list-view-css' => '888cedb8',
|
||||
'phui-tag-view-css' => '402691cc',
|
||||
|
@ -825,7 +826,6 @@ return array(
|
|||
'tokens-css' => '3d0f239e',
|
||||
'typeahead-browse-css' => 'd8581d2c',
|
||||
'unhandled-exception-css' => '4c96257a',
|
||||
'x' => '0364d508',
|
||||
),
|
||||
'requires' => array(
|
||||
'01774ab2' => array(
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @provides x
|
||||
* @provides phui-remarkup-preview-css
|
||||
*/
|
||||
|
||||
.phui-remarkup-preview .phui-object-box {
|
||||
|
|
Loading…
Reference in a new issue