Journal: artphilia S1 oder S2: s2 Layout Stil: Flexible Squares Account Art: paid Kurzbeschreibung des Problems: Vielleicht kann mir jemand helfen. Ich würde gerne die Usericons IN den Kommentaren etwas anpassen.
.userpiccomment { width: 50px; height:auto; -webkit-border-radius: 25px 8px; -moz-border-radius: 25px 8px; border-radius: 25px 8px; }
height:auto; sorgt für passende Proportionen der Icons. Ohne bekommst du 50px-breite Icons, die aber noch immer ihre Orginalhöhe haben. Sieht dann komisch aus.
Comments 1
.userpiccomment {
width: 50px;
height:auto;
-webkit-border-radius: 25px 8px;
-moz-border-radius: 25px 8px;
border-radius: 25px 8px;
}
height:auto; sorgt für passende Proportionen der Icons. Ohne bekommst du 50px-breite Icons, die aber noch immer ihre Orginalhöhe haben. Sieht dann komisch aus.
Reply
Leave a comment