The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead.

This commit is contained in:
maartenkling 2012-11-01 08:31:02 +01:00
parent 62b0b47b56
commit f1aaa0d752
2 changed files with 5 additions and 2 deletions

View File

@ -44,14 +44,14 @@
tal:attributes="href author_home_url">
<img src="defaultUser.gif"
alt=""
border="0"
class="defaultuserimg"
height="32"
tal:attributes="src portrait_url;
alt reply/author_name" />
</a>
<img src="defaultUser.gif"
alt=""
border="0"
class="defaultuserimg"
height="32"
tal:condition="not: has_author_link"
tal:attributes="src portrait_url;

View File

@ -108,6 +108,9 @@
.replyTreeLevel10 {
margin-left: 10em;
}
.defaultuserimg {
border: 0;
}
/* Reply Form