Bei Build 1699 wurde u.a. in der
./styles/prosilver/theme/[c]content.css[/c] eine neue Notation für das Avatarbild im Profil angelegt, hier das Ticket dazu.
Im IE8 unter xp ist das Avatarbild beim betrachten eines Profil´s zu schmal.
Der Grund dafür ist dieser Eintrag in der
content.css:
Code: Alles auswählen
.profile-avatar img {
max-width: 100%;
}max-width in width um passt alles.Selbst wenn man das hier in die
tweasks.css einträgt, ändert sich nichts.
Code: Alles auswählen
/* Profile used on view-profile */
.profile-avatar img {
width: 100%;
}Hier ein Bild davon:
Das Avatarbild hat normal die Größe 120x90px nach dieser oben genannten Änderung 74x90px
