Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  •  Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
/* BEGIN: responsive grid CSS */ /* Responsive grid CSS from http://www.responsivegridsystem.com/calculator/    by Graham Miller (CC-SA 3.0 license) */ .listing-col { 	display: block; 	float:left; 	margin: 1% 0 0 3%; } .listing-col:first-child { 	margin-left: 0; } .listing-span_1_of_2 { 	width: 48.5%; } /* Use a single column at less than 640px */ @media only screen and (max-width: 640px) { 	.listing-col { 		margin: 1% 0 0 0; 	} } @media only screen and (max-width: 640px) { 	.listing-span_1_of_2 { width: 100%; } } /* END: responsive grid CSS */ /* BEGIN: listing editor form CSS */ .editor-fullwidth { 	width: 100%; } .editor-partialwidth { 	width: 55%; } .editor-label-col { 	width: 83px; } .listing-tooltip { 	border-bottom: 1px dotted; 	cursor: help; } #span-minor, #span-wikidata-wp, #span-wikidata-img, #span-wikidata-link { 	margin-left: 15px; } .listing-divider { 	border-width: 1px 0 0 0; 	border-color: #ccc; 	margin: 10px 0; 	border-style: dotted; } /* END: listing editor form CSS */ /* BEGIN: listing editor misc CSS */ @media screen { 	span.vcard-edit-button a { 		color: #969696; 	} 	body .ui-dialog .ui-widget-header { 		background: #a9c8d6 !important; 	} 	#progress-dialog { 		font-size:large; 		padding-top:22px; 		text-align:center; 	} 	#listing-editor { 		padding: 0 1.5em 1em; 	} 	#listing-help { 		margin-right: 30px; 	} 	.listingeditor-add { 		margin-left: 0.25em; 	} 	.listing-license { 		width: 60%; 		padding-top: 0.8em; 		font-size: 0.8em; 	} 	.listing-editor-dialog { 		margin: 0 5%; 	} 	.listing-editor-dialog a:hover, .listing-editor-dialog a:focus { 		text-decoration: underline; 	} 	#span-closed { 		float: right; 		color: maroon; 	} 	.listing-sister { 		padding-bottom: 0.1em; 	} 	.listing-sister:hover { 		border-bottom: 1px solid #0645ad 	} 	.listing-sister-icons { 		padding-right: 0.2em; 	} 	.wikidata-update { 		display: inline-block; 		background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/16px-Wikidata-logo.svg.png); 		width: 10px; 		height: 9px; 		margin: 0 5px 0 2px; 	} 	label .wikidata-update { 		margin-bottom: 3px; 	} } /* END: listing editor misc CSS */