The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead.
This commit is contained in:
parent
62b0b47b56
commit
f1aaa0d752
@ -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;
|
||||
|
@ -108,6 +108,9 @@
|
||||
.replyTreeLevel10 {
|
||||
margin-left: 10em;
|
||||
}
|
||||
.defaultuserimg {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
||||
/* Reply Form
|
||||
|
Loading…
Reference in New Issue
Block a user