Compare commits
No commits in common. "0a79c3c2ed43e1bacfe901dbc26f7924cbfa2b91" and "e73159a7b804ee905f07fbd9d598229d74c0e8c9" have entirely different histories.
0a79c3c2ed
...
e73159a7b8
3 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
{comment}
|
||||
<li id="{$id}" {$loggedin|notempty:"class=\"comment-admin\""}>
|
||||
<strong class='comment-name'>
|
||||
{$url|notempty:"<a href=\"$url\" title=\"Permalink to $name's comment\">$name"|default:$name}</a>
|
||||
{$url|notempty:"<a href=\"$url\" title=\"Permalink to $name's comment\">$name</a>"|default:$name}
|
||||
</strong>
|
||||
|
||||
{include file=shared:commentadminctrls.tpl} {* this shows edit/delete links*}
|
||||
|
@ -33,4 +33,4 @@
|
|||
</div>
|
||||
{include file=widgets.tpl}
|
||||
<hr />
|
||||
{include file=footer.tpl}
|
||||
{include file=footer.tpl}
|
|
@ -8,4 +8,4 @@
|
|||
<ul class="entry-footer">
|
||||
<a href="{$id|link:comments_link}#comments">{$comments|tag:comments_number} {if $views}(<strong>{$views}</strong> views)</a>{/if}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
|
@ -120,8 +120,8 @@ h6 { font-size: 0.9em }
|
|||
/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */
|
||||
#body-container {
|
||||
text-align: left;
|
||||
width: 72% !important;
|
||||
width: 72%; /* fix for I.E. */
|
||||
width: 67% !important;
|
||||
width: 67%; /* fix for I.E. */
|
||||
margin: 0 auto 10px auto;
|
||||
padding: 5px;
|
||||
background-color: #2D2D2D
|
||||
|
|
Loading…
Reference in a new issue