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

Adjust transformed URI in CSS

Summary: This one CSS file has a pre-transformed URI in it, just use a raw resource name. The tranform pipeline will fix it (and this URI is no longer correct).

Test Plan: Loaded some pages.

Reviewers: btrahan, chad

Reviewed By: chad

CC: chad, aran

Differential Revision: https://secure.phabricator.com/D7895
This commit is contained in:
epriestley 2014-01-06 12:15:25 -08:00
parent 8c360ab703
commit 543354981e
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
return array(
'names' =>
array(
'core.pkg.css' => 'b5d5ae70',
'core.pkg.css' => '2af78812',
'core.pkg.js' => 'c907bd96',
'darkconsole.pkg.js' => 'ca8671ce',
'differential.pkg.css' => '827749c1',
@ -112,7 +112,7 @@ return array(
'rsrc/css/application/slowvote/slowvote.css' => '266df6a1',
'rsrc/css/application/tokens/tokens.css' => 'fb286311',
'rsrc/css/application/uiexample/example.css' => '4741b891',
'rsrc/css/core/core.css' => 'd04a45a7',
'rsrc/css/core/core.css' => 'da26ddb2',
'rsrc/css/core/remarkup.css' => '32cace73',
'rsrc/css/core/syntax.css' => '3c18c1cb',
'rsrc/css/core/z-index.css' => '1bbbd4f1',
@ -669,7 +669,7 @@ return array(
'phabricator-busy' => '6453c869',
'phabricator-chatlog-css' => '0cd2bc78',
'phabricator-content-source-view-css' => '4b8b05d4',
'phabricator-core-css' => 'd04a45a7',
'phabricator-core-css' => 'da26ddb2',
'phabricator-countdown-css' => '86b7b0a0',
'phabricator-crumbs-view-css' => '2d9db584',
'phabricator-drag-and-drop-file-upload' => 'ae6abfba',

View file

@ -109,7 +109,7 @@ img {
height: 44px;
border-radius: 5px;
opacity: 0.4;
background: #000 url(/res/cb6fc6eb/rsrc/image/loading/compass_24.gif) center no-repeat;
background: #000 url(/rsrc/image/loading/compass_24.gif) center no-repeat;
}
.grouped:after {