Fix resource path in CSS.

Summary: Accidental overright of the URL.

Test Plan: Reload apps page.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4133
This commit is contained in:
Chad Little
2012-12-08 18:18:38 -08:00
parent d704bf3a55
commit 433a7ccdfd

View File

@@ -139,13 +139,13 @@ a.phabricator-application-launch-container:active {
}
.phabricator-application-status-type-needs {
background-image: url(/res/2c1e193b/rsrc/image/appstatus_needs.png);
background-image: url(/rsrc/image/appstatus_needs.png);
}
.phabricator-application-status-type-empty {
background-image: url(/res/2f8102e0/rsrc/image/appstatus_empty.png);
background-image: url(/rsrc/image/appstatus_empty.png);
}
.phabricator-application-status-type-info {
background-image: url(/res/407de6da/rsrc/image/appstatus_info.png);
background-image: url(/rsrc/image/appstatus_info.png);
}