Ticket #658 (fixed bug)
technetium has wrong css rule for img max-width
- Created: 2012-04-12 15:02:10
- Reported by: arw
- Assigned to: Franz
- Milestone: 1.4.9
- Component: styling
- Priority: low
from the forum it seems in style/Technetium.css there is :
.pun .postmsg img.postimg, .pun .postmsg a img.postimg {
max-width: 100%;
vertical-align: middle;
}
instead of :
.pun .postmsg .postimg img, .pun .postmsg a .postimg img {
max-width: 100%;
vertical-align: middle;
}
so the rule is not matched ( since it's <span class="postimg"><img /></span> and not <img class="postimg" /> )
History
Franz 2012-04-12 15:14:30

- Milestone set to 1.4.9.
- Owner set to Franz.
Indeed. I will fix this immediately.