/* SVN FILE: $Id: _indexIntro.css 1803 2015-04-22 05:58:39Z Wolff $ */
/**
 * @lastChangedBy       $LastChangedBy: Wolff $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 1803 $
 * @date                $Date: 2015-04-22 07:58:39 +0200 (mer., 22 avr. 2015) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/engine/branches/1.4/modules/media/migrations/_m000000_000001_media_assets/index/_indexIntro.css $
 */

#indexIntro h1
{
    margin-top: 0.4em;
}
#indexIntro h2
{
    margin-top: 1em;
}
#indexIntro ul
{
    padding:0;
    margin:0;
    list-style: none;
}
#indexIntro li
{
    padding-left: 0.8em; 
    text-indent: -.7em;    
}
#indexIntro li:before {
    content: "•";
    padding-right:0.5em;
}