Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* 	Stylesheets for Gadget-BreadcrumbTrail.js 	Version: 2022-03-17 */  #voy-bct-button { 	background-color: #fff; 	border: 1px solid #a2a9b1; 	border-radius: 2px; 	padding: 0 5px; 	text-decoration: none !important; 	color: #54595d !important; } #voy-bct-button.voy-bct-button-down:after { 	content: '▼'; 	padding-left: 5px; } #voy-bct-button.voy-bct-button-up:after { 	content: '▲'; 	padding-left: 5px; } #voy-bct-list { 	margin: 1px auto 0 0; 	border: 1px solid #a2a9b1; 	border-radius: 2px; 	background-color: #fff; 	padding: 5px; 	overflow: hidden; } #voy-bct-list ul { 	list-style: none; } #voy-bct-list li { 	white-space: nowrap; 	line-height: 2; } #voy-bct-list li:before { 	content: '> '; }