From 0929426813a04f627ff3ef357138a154c79f368a Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 29 Mar 2012 19:34:00 +0000 Subject: removed unused css, merged some css, etc... git-svn-id: http://piwigo.org/svn/trunk@13801 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/comment_list.tpl | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'themes/default/template/comment_list.tpl') diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl index 315cbfe07..b73cc39e2 100644 --- a/themes/default/template/comment_list.tpl +++ b/themes/default/template/comment_list.tpl @@ -1,18 +1,17 @@ {if isset($comment_derivative_params)} {strip}{html_style} -.commentElement DIV.illustration{ldelim} - width: {$comment_derivative_params->max_width()+5}px; +.commentElement .illustration{ldelim} + width: {$comment_derivative_params->max_width()+5}px } .content .commentElement .description{ldelim} - height: {$comment_derivative_params->max_height()+5}px; + height: {$comment_derivative_params->max_height()+5}px } {/html_style}{/strip} {/if} -- cgit v1.2.3