diff --git a/scripts/celerity/generate_sprites.php b/scripts/celerity/generate_sprites.php index b44e61f1e3..de481e5108 100755 --- a/scripts/celerity/generate_sprites.php +++ b/scripts/celerity/generate_sprites.php @@ -248,6 +248,7 @@ $remarkup_icons = array( 'tt', 'ul', 'help', + 'table', ); foreach ($remarkup_icons as $icon) { diff --git a/src/__celerity_resource_map__.php b/src/__celerity_resource_map__.php index 013f9ab0d5..b0198e160e 100644 --- a/src/__celerity_resource_map__.php +++ b/src/__celerity_resource_map__.php @@ -51,8 +51,8 @@ celerity_register_resource_map(array( ), '/rsrc/image/autosprite.png' => array( - 'hash' => '420e2245ca463c476b0f3d7b6b7ed989', - 'uri' => '/res/420e2245/rsrc/image/autosprite.png', + 'hash' => 'c469fe5678bfa68660c6ad5b074b0163', + 'uri' => '/res/c469fe56/rsrc/image/autosprite.png', 'disk' => '/rsrc/image/autosprite.png', 'type' => 'png', ), @@ -657,7 +657,7 @@ celerity_register_resource_map(array( ), 'autosprite-css' => array( - 'uri' => '/res/e185fda4/rsrc/css/autosprite.css', + 'uri' => '/res/052da364/rsrc/css/autosprite.css', 'type' => 'css', 'requires' => array( diff --git a/webroot/rsrc/css/autosprite.css b/webroot/rsrc/css/autosprite.css index 5b93e88883..b32ea43ee8 100644 --- a/webroot/rsrc/css/autosprite.css +++ b/webroot/rsrc/css/autosprite.css @@ -807,3 +807,7 @@ .remarkup-assist-help { background-position: 0px -7547px; } + +.remarkup-assist-table { + background-position: 0px -7562px; +} diff --git a/webroot/rsrc/image/autosprite.png b/webroot/rsrc/image/autosprite.png index 89a7ff31ad..91b422049c 100644 Binary files a/webroot/rsrc/image/autosprite.png and b/webroot/rsrc/image/autosprite.png differ