Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Have main page use width better. */ @media screen and (min-width: 1770px) { 	.jcarousel-wrapper#mwHA { /* Centering JCarousel wrapper */ 		padding-left: calc((100% - 1125px) / 2); 		max-width: 1125px; 	} 	.jcarousel-pagination#mwMg { /* Re-aligning JCarousel page numbers */ 		left: calc((100% - 1125px) + 15px); 	} 	.jcarousel-control-prev { /* Re-aligning JCarousel back-button */ 		left: calc((100% - 1125px) - 15px); 	} 	.mw-parser-output #mainpage-map { /* Full-width map */ 		max-width: 100% !important; 	} 	figure#mwBA { /* Stick image map to the right side */ 		float:right; 	} }  /*	Dots in Pagebanner TOC shouldn't highlight on hover (Credit: User:ButteBag) */ .ext-wpb-pagebanner li.toclevel-1 > a:after {   content: none; } .wpb-banner-toc li.toclevel-1:after {     content: " ·";     font-weight: bold;     padding: 0 0 0 0.1em; } .wpb-banner-toc li.toclevel-1:last-child:after {     content: none; } @media screen and (min-width: 768px) {     .wpb-banner-toc a, .wpb-banner-toc a:visited, .wpb-banner-toc a:active {         display: inline;     } }  /*	TOC arrows into compass arrows based on the logo.  *	BUG: Renders larger before fitting to correct size. */ .mw-ui-icon-wikimedia-expand { 	-webkit-mask-image: url("https://upload.wikimedia.org/wikipedia/commons/c/c8/Notification-icon-Wikivoyage-logo-black-single-arrow.svg"); 	mask-image: url("https://upload.wikimedia.org/wikipedia/commons/c/c8/Notification-icon-Wikivoyage-logo-black-single-arrow.svg"); 	transform: rotate(90deg); 	background: #006699; 	max-width: 0.75rem; 	max-height: 0.75rem; }