Änderungen

keine Bearbeitungszusammenfassung
Zeile 385: Zeile 385:  
max-width: 100%;
 
max-width: 100%;
 
height: auto;
 
height: auto;
 +
}
 +
 +
div.thumb {
 +
    margin: 1em 0;
 +
    max-width: 100%;
 +
   
 +
}
 +
 +
div.thumbinner {
 +
    border: 1px solid #dedfdf;
 +
    border-radius: 2px;
 +
    background-color: #efefef;
 +
    max-width: 100%;
 
}
 
}