From bab1dbfcfb2f0bf3b04ace1b5001d3a5a356c043 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 24 Mar 2012 20:33:18 +0000 Subject: feature 2588: rename css classes 'thumbnailCategories' and 'thumbnailCategory' on comment_list.tpl git-svn-id: http://piwigo.org/svn/trunk@13697 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/comment_list.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/default/template') diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl index 534d04bd7..315cbfe07 100644 --- a/themes/default/template/comment_list.tpl +++ b/themes/default/template/comment_list.tpl @@ -1,18 +1,18 @@ {if isset($comment_derivative_params)} {strip}{html_style} -.thumbnailCategory DIV.illustration{ldelim} +.commentElement DIV.illustration{ldelim} width: {$comment_derivative_params->max_width()+5}px; } -.content .thumbnailCategory .description{ldelim} +.content .commentElement .description{ldelim} height: {$comment_derivative_params->max_height()+5}px; } {/html_style}{/strip} {/if} -