diff --git a/templates/skin/new/css/ie6.css b/templates/skin/new/css/ie6.css index 51358159..140f2da8 100644 --- a/templates/skin/new/css/ie6.css +++ b/templates/skin/new/css/ie6.css @@ -9,7 +9,7 @@ .stream .stream-nav, #footer,, .profile-blog .about .content ul.admin-list, .profile-blog .about .content, #wrapper.white-back, .block.stat .gender, .profile-blog .about .content ul.reader-list, .profile-user .name, #pagination ul, -.block-nav, , .profile-blog, .poll li dl { zoom: 1; } +.block-nav, .profile-blog, .poll li dl { zoom: 1; } .update { position:absolute; top:expression( eval(document.documentElement.scrollTop) + 220 +"px" ); } .people table tbody td.rating.up span { background: url(../images/blog-rating-up.gif) no-repeat right 8px; } diff --git a/templates/skin/new/css/simple_comments.css b/templates/skin/new/css/simple_comments.css new file mode 100644 index 00000000..2a304c37 --- /dev/null +++ b/templates/skin/new/css/simple_comments.css @@ -0,0 +1,7 @@ +/* Comments without round corners */ +.comment .content .tb { height: 7px; overflow: hidden; background: none; } +.comment .content .tl { height: 7px; background: none; } +.comment .content .tr { height: 7px; background: none; border-left: 1px solid #dddede; border-right: 1px solid #dddede; border-top: 1px solid #dddede; } +.comment .content .bb { height: 7px; overflow: hidden; background: none; margin-left: 0; } +.comment .content .bl { height: 7px; background: none; border-left: 1px solid #dddede; border-right: 1px solid #dddede; border-bottom: 1px solid #dddede; margin-bottom: 5px; } +.comment .content .br { height: 7px; background: none; } \ No newline at end of file diff --git a/templates/skin/new/header.tpl b/templates/skin/new/header.tpl index 14c912a0..7818ceeb 100644 --- a/templates/skin/new/header.tpl +++ b/templates/skin/new/header.tpl @@ -15,6 +15,7 @@ +