Ignore:
Timestamp:
Mar 29, 2012, 9:34:00 PM (12 years ago)
Author:
rvelices
Message:

removed unused css, merged some css, etc...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/comment_list.tpl

    r13697 r13801  
    11{if isset($comment_derivative_params)}
    22{strip}{html_style}
    3 .commentElement DIV.illustration{ldelim}
    4         width: {$comment_derivative_params->max_width()+5}px;
     3.commentElement .illustration{ldelim}
     4        width: {$comment_derivative_params->max_width()+5}px
    55}
    66
    77.content .commentElement .description{ldelim}
    8         height: {$comment_derivative_params->max_height()+5}px;
     8        height: {$comment_derivative_params->max_height()+5}px
    99}
    1010{/html_style}{/strip}
     
    1212<ul class="commentsList">
    1313{foreach from=$comments item=comment name=comment_loop}
    14 <li>
    15         <div class="commentElement {if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}">
     14<li class="commentElement {if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}">
    1615        {if isset($comment.src_image)}
    1716        <div class="illustration">
     
    4241                {/if}
    4342
    44                 <span class="author">{$comment.AUTHOR}</span> - <span class="date">{$comment.DATE}</span>
     43                <span class="commentAuthor">{$comment.AUTHOR}</span> - <span class="commentDate">{$comment.DATE}</span>
    4544                {if isset($comment.IN_EDIT)}
    4645                <a name="edit_comment"></a>
     
    5857                {/if}
    5958        </div>
    60         </div>
    6159</li>
    6260{/foreach}
Note: See TracChangeset for help on using the changeset viewer.