diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css index e4e892a62..a016ca354 100644 --- a/themes/Sylvia/theme.css +++ b/themes/Sylvia/theme.css @@ -285,11 +285,11 @@ .content .commentElement.even { background-color: #111; } -.content .commentElement div.illustration { +.content .commentElement .illustration { padding: 0 0 0 10px; margin: 0 !important; } -.content .commentElement div.illustration a { +.content .commentElement .illustration a { display: block; margin: 0; padding:20px 0 0 8px; @@ -355,9 +355,6 @@ padding: 15px 2px 6px 12px; border: 1px solid #666; } -#thePicturePage .commentElement .date, #thePicturePage .commentElementy .author { - font-weight:bold; -} #thePicturePage .commentsList { padding-left: 12px; padding-right: 12px; diff --git a/themes/default/local_head.tpl b/themes/default/local_head.tpl index 38bb4ec0e..2ff76b316 100644 --- a/themes/default/local_head.tpl +++ b/themes/default/local_head.tpl @@ -7,5 +7,3 @@ {combine_css path="themes/default/print.css" order=-10} {/if} - -{if !isset($MENUBAR)}{/if} \ No newline at end of file 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}