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
- Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
.infobox {
border: 1px solid #dee2e6;
border-collapse: collapse;
width: 100%;
margin: 1em 0;
font-size: 90%;
float: right;
}
.infobox-title {
font-weight: bold;
background-color: #c00c00;
font-size: 120%;
color: #fff;
padding: 0.5em;
text-align: center;
}
.infobox-subtitle {
font-weight: bold;
font-size: 120%;
padding: 0.5em;
text-align: center;
border-top: 1px solid #dee2e6;
}
.infobox-image {
text-align: center;
margin-bottom: 0.5em;
}
.infobox-image img {
max-width: 100%;
height: auto;
}
.infobox-row {
border-top: 1px solid #dee2e6;
padding: 0.5em;
display: flex;
}
.infobox-label {
flex: 1;
white-space: nowrap;
}
.infobox-data {
flex: 2;
padding-left: 1em;
}