1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Fix token CSS

Summary: This got caught in the crossfire when I swapped menus for PHUIIconView.

Test Plan: {F43206}

Reviewers: btrahan, chad

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D5919
This commit is contained in:
epriestley 2013-05-13 10:06:09 -07:00
parent bc6d785b51
commit 63c27b322c
2 changed files with 5 additions and 1 deletions

View file

@ -4001,7 +4001,7 @@ celerity_register_resource_map(array(
),
'tokens-css' =>
array(
'uri' => '/res/1699df7d/rsrc/css/application/tokens/tokens.css',
'uri' => '/res/8def7753/rsrc/css/application/tokens/tokens.css',
'type' => 'css',
'requires' =>
array(

View file

@ -18,3 +18,7 @@ button.token-button {
.token-grid {
text-align: center;
}
.phui-icon-view.sprite-tokens {
display: inline-block;
}