Blame Identity/Webenv/Puntal/themes/punbb/planet/planet.css

ef5584
/* Titres */
ef5584
#puntal_content .feedTitle {
ef5584
	margin-bottom: 0;
ef5584
}
ef5584

ef5584
/* Infos */
ef5584
#puntal_content .feedInfos {
ef5584
	margin-top: 0;
ef5584
	font-size: 0.9em;
ef5584
}
ef5584

ef5584
/* Liens */
ef5584
#puntal_content .feedLinks {
ef5584
	font-size: 0.9em;
ef5584
	list-style-type: none;
ef5584
	padding-left: 0;
ef5584
	text-align: right;
ef5584
}
ef5584
#puntal_content .feedLinks li {
ef5584
	display: inline;
ef5584
	margin-right: 1em;
ef5584
}
ef5584
#puntal_content .feedLinks li a {
ef5584
	padding: 0.2em 0 0.2em 18px;
ef5584
}
ef5584

ef5584