Document icons sprite sheet.

Summary: Adds 32 and 64 px images to represent basic documents.

Test Plan: Differential

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5317
This commit is contained in:
Chad Little
2013-03-10 14:16:16 -07:00
parent ca20323b87
commit fbb032c710
23 changed files with 158 additions and 2 deletions

View File

@@ -33,8 +33,7 @@ $sheets = array(
'conpher' => $generator->buildConpherenceSheet(),
'apps-large' => $generator->buildAppsLargeSheet(),
'tokens' => $generator->buildTokenSheet(),
// TODO: @chad: should we actually remove this?
// 'apps-xlarge' => $generator->buildAppsXLargeSheet(),
'docs' => $generator->buildDocsSheet(),
'gradient' => $generator->buildGradientSheet(),
);