mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
[Redesign] Use Roboto Slab headers on DocumentView Header
Summary: Ref T8099, This feels a little more consistent with the Document. Test Plan: Review Phriction, Legalpad, Diviner Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13477
This commit is contained in:
parent
92c97b6a4e
commit
f83bbeaf5c
2 changed files with 6 additions and 2 deletions
|
@ -131,7 +131,7 @@ return array(
|
|||
'rsrc/css/phui/phui-crumbs-view.css' => 'ce840ec2',
|
||||
'rsrc/css/phui/phui-document.css' => '3eb3b3e3',
|
||||
'rsrc/css/phui/phui-feed-story.css' => 'c70d2dd9',
|
||||
'rsrc/css/phui/phui-fontkit.css' => '0d04121b',
|
||||
'rsrc/css/phui/phui-fontkit.css' => 'cb8ae7ad',
|
||||
'rsrc/css/phui/phui-form-view.css' => '621b21c5',
|
||||
'rsrc/css/phui/phui-form.css' => '17ce37a9',
|
||||
'rsrc/css/phui/phui-header-view.css' => '4d09d68f',
|
||||
|
@ -774,7 +774,7 @@ return array(
|
|||
'phui-document-view-css' => '3eb3b3e3',
|
||||
'phui-feed-story-css' => 'c70d2dd9',
|
||||
'phui-font-icon-base-css' => '3dad2ae3',
|
||||
'phui-fontkit-css' => '0d04121b',
|
||||
'phui-fontkit-css' => 'cb8ae7ad',
|
||||
'phui-form-css' => '17ce37a9',
|
||||
'phui-form-view-css' => '621b21c5',
|
||||
'phui-header-view-css' => '4d09d68f',
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
color: #000;
|
||||
}
|
||||
|
||||
.phui-document-view .phui-header-tall .phui-header-header {
|
||||
font-family: 'Roboto Slab', {$fontfamily};
|
||||
}
|
||||
|
||||
.phui-document-view .phabricator-remarkup h1.remarkup-header,
|
||||
.phui-document-view .phabricator-remarkup h2.remarkup-header,
|
||||
.phui-document-view .phabricator-remarkup h3.remarkup-header,
|
||||
|
|
Loading…
Reference in a new issue