Improve display of post header reshare mention
- Fix typo in class name - Add bottom margin with a p tag - Distinguish reshare header style from reshare footer style
This commit is contained in:
parent
c7a69bbc3d
commit
70563d251f
3 changed files with 5 additions and 5 deletions
|
|
@ -20,9 +20,9 @@
|
|||
<a name="{{$item.id}}" ></a>
|
||||
<div class="wall-item-outside-wrapper {{$item.indent}}{{$item.previewing}}{{if $item.owner_url}} wallwall{{/if}}" id="wall-item-outside-wrapper-{{$item.id}}" >
|
||||
<div class="wall-item-content-wrapper {{$item.indent}} {{$item.shiny}}" id="wall-item-content-wrapper-{{$item.id}}" >
|
||||
{{if $item.reshared}}
|
||||
<div class="wall-item-ammounce wall-item-responses" id="wall-item-ammounce-{{$item.id}}">{{$item.reshared nofilter}}</div>
|
||||
{{/if}}
|
||||
{{if $item.reshared}}
|
||||
<p class="wall-item-announce wall-item-responses" id="wall-item-announce-{{$item.id}}">{{$item.reshared nofilter}}</p>
|
||||
{{/if}}
|
||||
<div class="wall-item-info{{if $item.owner_url}} wallwall{{/if}}" id="wall-item-info-{{$item.id}}">
|
||||
{{if $item.owner_url}}
|
||||
<div class="wall-item-photo-wrapper wwto" id="wall-item-ownerphoto-wrapper-{{$item.id}}" >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue