* Update wall_thread.tpl
named an unnamed style definition to can address it via css
* Update style.css
Added div wall-spacer definition
* Update wall_thread.tpl
removed wall-spacer definition. moved to main css
* Update style.css
* Update wall_thread.tpl
z-index: 1000;
}
+/* Space between content and head */
+.wall-spacer {
+ height: 10px;
+}
+
/* wall items content */
.wall-item-content {
word-break: break-word;
<div class="wall-item-content {{$item.type}}" id="wall-item-content-{{$item.id}}">
{{* insert some space if it's an top-level post *}}
{{if $item.thread_level==1}}
- <div style="height:10px;"> </div> <!-- use padding/margin instead-->
+ <div class="wall-spacer"> </div> <!-- use padding/margin instead-->
{{/if}}
{{if $item.title}}