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


Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
// 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:27

// LOGOS BAS DE PAGE 

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