8.3

Hier ist ein Text zum Beitrag

Und hier die Sicherung des CSS:

/*** Individuelle Anpassung für H1/H2/H3 Überschrift im BEITRAG / SINGLE PAGE. Unter den Überschriften soll KEIN Abstand sein.
Beispiel:

***/

.post-entry h3.no-space, .post-entry h2.no-space, .post-entry h1.no-space {
margin-bottom: 0px;
}

/* = Mixed style Special Rating Classes
—————————————————–*/
.grid-special-rating {
display: table;
width: 100%;
vertical-align: top;
border: none;
margin-bottom: 0px;
}
.grid-special-rating .thumbnail,
.grid-special-rating .mixed-detail {
display: table-cell;
vertical-align: top;
}

.grid-special-rating .thumbnail {
width: 65.812%;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
position: relative;
}