Taille de police par défaut dans le footer
This commit is contained in:
parent
9473432852
commit
996f406a07
@ -423,6 +423,15 @@ footer .col4 {
|
|||||||
footer #footerSocials {
|
footer #footerSocials {
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer #footerSocials {
|
||||||
|
font-size: 1.0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer #footerCopyright, #footerText {
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
footer #footerSocials span {
|
footer #footerSocials span {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
padding: 9px;
|
padding: 9px;
|
||||||
|
@ -48,23 +48,26 @@ nav a.active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Bas de page */
|
/* Bas de page */
|
||||||
#footersite, #footerbody {
|
footer {
|
||||||
|
}
|
||||||
|
|
||||||
|
footer #footersite, #footerbody {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Liens du bas de page */
|
/* Liens du bas de page */
|
||||||
#footersite, #footerbody a {
|
footer #footersite, #footerbody a {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* footer bloc gauche */
|
/* footer bloc gauche */
|
||||||
#footersiteLeft, #footerbodyLeft {
|
footer #footersiteLeft, #footerbodyLeft {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* footer bloc central */
|
/* footer bloc central */
|
||||||
#footersiteCenter, #footerbodyCenter {
|
footer #footersiteCenter, #footerbodyCenter {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* footer bloc droite */
|
/* footer bloc droite */
|
||||||
#footersiteRight, #footerbodyRight {
|
footer #footersiteRight, #footerbodyRight {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user