[-] FO : fixed bug #PSCFV-5039
This commit is contained in:
@@ -55,6 +55,9 @@ body{
|
||||
color:#222;
|
||||
background:#fff
|
||||
}
|
||||
body.content_only {
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
/* positionnement ****************************************************************************** */
|
||||
.hidden {display:none}
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
{$HOOK_HEADER}
|
||||
</head>
|
||||
|
||||
<body {if isset($page_name)}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if} class="{if $hide_left_column}hide-left-column{/if} {if $hide_right_column}hide-right-column{/if}">
|
||||
<body {if isset($page_name)}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if} class="{if $hide_left_column}hide-left-column{/if} {if $hide_right_column}hide-right-column{/if} {if $content_only} content_only {/if}">
|
||||
{if !$content_only}
|
||||
{if isset($restricted_country_mode) && $restricted_country_mode}
|
||||
<div id="restricted-country">
|
||||
|
||||
Reference in New Issue
Block a user