1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 14:05:07 +03:00

упрощенные комментарии

This commit is contained in:
Denis Shakhov 2009-03-30 18:18:04 +00:00
parent 1a19bd0141
commit 74d34e2efd
3 changed files with 9 additions and 1 deletions

View file

@ -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; }

View file

@ -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; }

View file

@ -15,6 +15,7 @@
<link rel="stylesheet" type="text/css" href="{$DIR_STATIC_SKIN}/css/piechart.css" />
<link rel="stylesheet" type="text/css" href="{$DIR_STATIC_SKIN}/css/Autocompleter.css" />
<link rel="stylesheet" type="text/css" href="{$DIR_STATIC_SKIN}/css/prettify.css" />
<!--<link rel="stylesheet" type="text/css" href="{$DIR_STATIC_SKIN}/css/simple_comments.css" />-->
<link href="{$DIR_STATIC_SKIN}/images/favicon.ico" rel="shortcut icon" />
<link rel="search" type="application/opensearchdescription+xml" href="{$DIR_WEB_ROOT}/{$ROUTE_PAGE_SEARCH}/opensearch/" title="{$SITE_NAME}" />