/**
 * @description		extension css_filelinks styles
 * @project			Frage trifft Antwort
 * @site			frage-trifft-antwort.de
 * @revision		$Revision$
 * @version			$Id$
 */

@media all
{
	div.tx-cssfilelinks {
		margin-bottom: 0.2em;
	}
	div.tx-cssfilelinks-item {
		clear: both;
		margin-bottom: 1.2em;
	}
	div.tx-cssfilelinks-item img {
		float: left;
		margin: 0.3em 0.5em 0 0;
		border: none;
	}
	div.tx-cssfilelinks-item a {
		display: block;
		float: left;
		margin: 0.3em 0.7em 0 0;
	}
	div.tx-cssfilelinks-filesize {
		margin: 0.2em 0 0 0;
	}
}
