mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-19 18:28:39 +01:00
Fix Legalpad Preamble
Summary: Fixes T5740, scopes sections Test Plan: Reload Legalpad with Preamble, Diviner, and Phriction Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T5740 Differential Revision: https://secure.phabricator.com/D10077
This commit is contained in:
parent
f9fe5e3a60
commit
3906f28620
2 changed files with 4 additions and 3 deletions
|
@ -126,7 +126,7 @@ return array(
|
|||
'rsrc/css/phui/phui-button.css' => 'c7412aa1',
|
||||
'rsrc/css/phui/phui-document.css' => 'a5615198',
|
||||
'rsrc/css/phui/phui-feed-story.css' => 'e2c9bc83',
|
||||
'rsrc/css/phui/phui-fontkit.css' => '1502a718',
|
||||
'rsrc/css/phui/phui-fontkit.css' => 'fff25cfa',
|
||||
'rsrc/css/phui/phui-form-view.css' => 'ebac1b1d',
|
||||
'rsrc/css/phui/phui-form.css' => 'b78ec020',
|
||||
'rsrc/css/phui/phui-header-view.css' => '39594ac0',
|
||||
|
@ -778,7 +778,7 @@ return array(
|
|||
'phui-document-view-css' => 'a5615198',
|
||||
'phui-feed-story-css' => 'e2c9bc83',
|
||||
'phui-font-icon-base-css' => 'eb84f033',
|
||||
'phui-fontkit-css' => '1502a718',
|
||||
'phui-fontkit-css' => 'fff25cfa',
|
||||
'phui-form-css' => 'b78ec020',
|
||||
'phui-form-view-css' => 'ebac1b1d',
|
||||
'phui-header-view-css' => '39594ac0',
|
||||
|
|
|
@ -28,7 +28,8 @@
|
|||
padding: 1px 3px 2px;
|
||||
}
|
||||
|
||||
.diviner-view .phui-font-source-sans .phui-property-list-section {
|
||||
.diviner-view .phui-font-source-sans .phui-property-list-section,
|
||||
.legalpad .phui-font-source-sans .phui-property-list-section {
|
||||
border-bottom: 1px solid {$thinblueborder};
|
||||
margin-bottom: 8px;
|
||||
background: {$lightgreybackground};
|
||||
|
|
Loading…
Add table
Reference in a new issue