/**
 * Style sheet for icons sprite.
 *
 * @package    vanilla
 * @subpackage css
 * @author     Loops <evrard at h2a dot lu>
 * @version    SVN: $Id: icons.css 1 2013-01-14 10:30:16Z loops $
 */
 
 .icon { display: inline-block; text-indent:-1000px; overflow: hidden; background-repeat: no-repeat; background-position: -9999px 0; vertical-align: -4px; }

/*** Standards icons ***/
.icon { background-image: url(images/icons.png); background-repeat:no-repeat; }