« MediaWiki:Mobile.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 3 : | Ligne 3 : | ||
.footer-places::before { | .footer-places::before { | ||
content: 'whatever it is you want to add'; | |||
} | |||
#footer-places::before { | |||
content: 'whatever it is you want to add'; | content: 'whatever it is you want to add'; | ||
} | } |
Version du 26 avril 2019 à 09:46
// LOGOS BAS DE PAGE
.footer-places::before {
content: 'whatever it is you want to add';
}
#footer-places::before {
content: 'whatever it is you want to add';
}
