diff --git a/templates/skin/developer/header.tpl b/templates/skin/developer/header.tpl index 0ec70a51..b065d1c3 100644 --- a/templates/skin/developer/header.tpl +++ b/templates/skin/developer/header.tpl @@ -52,9 +52,9 @@ \ No newline at end of file diff --git a/templates/skin/synio/actions/ActionBlog/index.tpl b/templates/skin/synio/actions/ActionBlog/index.tpl index 03da938b..fc4e466b 100644 --- a/templates/skin/synio/actions/ActionBlog/index.tpl +++ b/templates/skin/synio/actions/ActionBlog/index.tpl @@ -2,6 +2,7 @@ {block name='layout_options'} {$sNav = 'blog'} + {$sNavContent = 'blog'} {/block} {block name='layout_content'} diff --git a/templates/skin/synio/css/blocks.css b/templates/skin/synio/css/blocks.css index c8141b9d..1e6c270b 100644 --- a/templates/skin/synio/css/blocks.css +++ b/templates/skin/synio/css/blocks.css @@ -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; }