Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 431 → Rev 435

/trunk/presentations/scripts/fiche-synthese.js
505,6 → 505,11
});
});
$('a.lien_externe').live('click',function(event) {
event.preventDefault();
window.open($(this).attr('href'));
});
$('.illustration_taxon').live('click',function(event) {
if(!fancyboxinitialise) {
event.preventDefault();
/trunk/presentations/styles/eflore.css
799,4 → 799,11
 
.legende b {
color:#AAA; margin-bottom:10px
}
 
.wp {
background:url('../images/sites/wikipedia.png') no-repeat;
margin-left: 15px;
margin-top: 5px;
padding-left: 20px;
}