Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 887 → Rev 888

/trunk/widget/modules/photo/squelettes/css/photo.css
11,26 → 11,30
color:#CCC;
}
.cel-photo-contenu h1 {
margin:5px;
padding:0;
font-size:1.6em;
color:white;
background-color:transparent;
background-image:none;
text-transform:none;
text-align:left;
margin:5px !important;
padding:0 !important;
font-size:1.6em !important;
color:white !important;
background-color:transparent !important;
background-image:none !important;
text-transform:none !important;
text-align:left !important;
}
.cel-photo-contenu h1 a{
color:#CCC;
color:#CCC !important;
}
.cel-photo-contenu h1 a:hover {
color:#56B80E !important;
border-bottom:1px dotted #56B80E;
}
.cel-photo-contenu h1 .cel-photo-flux{
width:16px;
height:20px;
}
.cel-photo-contenu img {
border:0;
padding:0;
margin:0;
border:0 !important;
padding:0 !important;
margin:0 !important;
}
.cel-photo-contenu a, .cel-photo-contenu a:active, .cel-photo-contenu a:visited {
border-bottom:1px dotted #666;