Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1585 → Rev 1647

/trunk/war/del.css
678,8 → 678,14
.pictoplante-contact a {
color: green;
text-decoration : none;
font-weight: bold;
}
 
.pictoplante-contact a:visited {
color: #06BD1E;
text-decoration : none;
}
 
.pictoplante-contact a:hover {
color: #FD8C13;
text-decoration : none;
836,3 → 842,11
.logo_nd:hover {
background:url('./img/logos/nd_hover.jpg');
}
 
.erreurConfig {
width: 400px;
margin: 20px auto auto;
font-size: 16px;
color: #cc0000;
font-weight: bold;
}