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">
|
tal:attributes="href author_home_url">
|
||||||
<img src="defaultUser.gif"
|
<img src="defaultUser.gif"
|
||||||
alt=""
|
alt=""
|
||||||
border="0"
|
class="defaultuserimg"
|
||||||
height="32"
|
height="32"
|
||||||
tal:attributes="src portrait_url;
|
tal:attributes="src portrait_url;
|
||||||
alt reply/author_name" />
|
alt reply/author_name" />
|
||||||
</a>
|
</a>
|
||||||
<img src="defaultUser.gif"
|
<img src="defaultUser.gif"
|
||||||
alt=""
|
alt=""
|
||||||
border="0"
|
class="defaultuserimg"
|
||||||
height="32"
|
height="32"
|
||||||
tal:condition="not: has_author_link"
|
tal:condition="not: has_author_link"
|
||||||
tal:attributes="src portrait_url;
|
tal:attributes="src portrait_url;
|
||||||
|
@ -108,6 +108,9 @@
|
|||||||
.replyTreeLevel10 {
|
.replyTreeLevel10 {
|
||||||
margin-left: 10em;
|
margin-left: 10em;
|
||||||
}
|
}
|
||||||
|
.defaultuserimg {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Reply Form
|
/* Reply Form
|
||||||
|
Loading…
Reference in New Issue
Block a user