/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @version     $Revision: 1.1 $
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Customer User LinkedIn Icon
 */

@media screen,projection,tv,handheld {

.ItemRow .LinkedIn {
    padding-left: 22px;
    background: url(../img/icons/in.png) no-repeat center left;
}

} /* end @media */