Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3828 → Rev 3829

/trunk/widget/modules/photo/squelettes/css/photoCommun.css
6,6 → 6,10
outline:none !important;
}
 
html {
font-size: 100%;
}
 
body {
font-family: Muli,sans-serif;
font-size: 0.8rem;
94,6 → 98,12
border : none;
}
 
.todo {
/*.todo {
display: none !important;
}
}*/
 
@media screen and ( max-width: 340px ) {
html {
font-size: 80%;
}
}