« MediaWiki:Mobile.css » : différence entre les versions


Aucun résumé des modifications
Aucun résumé des modifications
Ligne 2 : Ligne 2 :
// LOGOS BAS DE PAGE  
// LOGOS BAS DE PAGE  


.footer-places:before {
.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:45

// LOGOS BAS DE PAGE 

.footer-places::before {
  content: 'whatever it is you want to add';
}