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

Исправление мелких багов

This commit is contained in:
Denis Shakhov 2013-06-10 17:25:48 +07:00
parent 075092ce33
commit 24b885f1b1
3 changed files with 6 additions and 4 deletions

View file

@ -52,9 +52,9 @@
<header id="header" role="banner">
{hook run='header_banner_begin'}
<hgroup class="site-info">
<div class="site-info">
<h1 class="site-name"><a href="{cfg name='path.root.web'}">{cfg name='view.name'}</a></h1>
<h2 class="site-description">{cfg name='view.description'}</h2>
</hgroup>
</div>
{hook run='header_banner_end'}
</header>

View file

@ -2,6 +2,7 @@
{block name='layout_options'}
{$sNav = 'blog'}
{$sNavContent = 'blog'}
{/block}
{block name='layout_content'}

View file

@ -6,7 +6,7 @@
* Base
*/
.block { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px dotted #dce1e6; }
.block:last-child { margin-bottom: 0; border: none; }
.block:last-child { margin-bottom: 0; border-bottom: none; }
.block .loading { min-height: 100px; background-image: url(../images/loader-circle.gif); background-position: 50% 0; }
.block .max-height-200 { overflow: auto; max-height: 200px; position: relative; }
@ -117,7 +117,8 @@
* @type profile note
* @file blocks/block.profileNote.tpl
*/
.block-type-profile-note { border: 2px solid #ffe25d; padding: 15px; border-radius: 5px; }
.block-type-profile-note { border: none; margin-bottom: 0; }
.block-type-profile-note .block-content { border: 2px solid #ffe25d; padding: 15px; border-radius: 5px; }
.block-type-profile-note p { margin-bottom: 10px; }
.block-type-profile-note .actions { margin-bottom: 0; font-size: 11px; }
.block-type-profile-note .actions a { color: #275ec2; border-color: #275ec2; }