Compare commits

..

2 commits

Author SHA1 Message Date
root
0a79c3c2ed changed width to fit my needs 2023-06-15 21:42:03 +02:00
root
9b1727f241 fix bug , missplaced </a> in comments section 2023-06-15 21:39:25 +02:00
3 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@
{comment} {comment}
<li id="{$id}" {$loggedin|notempty:"class=\"comment-admin\""}> <li id="{$id}" {$loggedin|notempty:"class=\"comment-admin\""}>
<strong class='comment-name'> <strong class='comment-name'>
{$url|notempty:"<a href=\"$url\" title=\"Permalink to $name's comment\">$name</a>"|default:$name} {$url|notempty:"<a href=\"$url\" title=\"Permalink to $name's comment\">$name"|default:$name}</a>
</strong> </strong>
{include file=shared:commentadminctrls.tpl} {* this shows edit/delete links*} {include file=shared:commentadminctrls.tpl} {* this shows edit/delete links*}
@ -33,4 +33,4 @@
</div> </div>
{include file=widgets.tpl} {include file=widgets.tpl}
<hr /> <hr />
{include file=footer.tpl} {include file=footer.tpl}

View file

@ -8,4 +8,4 @@
<ul class="entry-footer"> <ul class="entry-footer">
<a href="{$id|link:comments_link}#comments">{$comments|tag:comments_number} {if $views}(<strong>{$views}</strong> views)</a>{/if} <a href="{$id|link:comments_link}#comments">{$comments|tag:comments_number} {if $views}(<strong>{$views}</strong> views)</a>{/if}
</ul> </ul>
</div> </div>

View file

@ -120,8 +120,8 @@ h6 { font-size: 0.9em }
/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */ /* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */
#body-container { #body-container {
text-align: left; text-align: left;
width: 67% !important; width: 72% !important;
width: 67%; /* fix for I.E. */ width: 72%; /* fix for I.E. */
margin: 0 auto 10px auto; margin: 0 auto 10px auto;
padding: 5px; padding: 5px;
background-color: #2D2D2D background-color: #2D2D2D