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.
/* 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; }