Global: Fix tabs

This commit is contained in:
Ilya Prokopenko 2022-01-31 04:45:12 +03:00
parent 7dea746dfa
commit 77bda53ad9
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56
3 changed files with 14 additions and 17 deletions

View file

@ -62,6 +62,5 @@
{ifset bottom} {ifset bottom}
{include bottom} {include bottom}
{/ifset} {/ifset}
</div> </div>
{/block} {/block}

View file

@ -1,8 +1,6 @@
<center style="background: white;border: #DEDEDE solid 1px;"> <center style="background: white;border: #DEDEDE solid 1px;">
<span style="color: #707070;margin: 60px 0;display: block;"> <span style="color: #707070;margin: 60px 0;display: block;">
<b>{$title}</b> <b>{$title}</b><br><br>
<br>
<br>
{$description} {$description}
</span> </span>
</center> </center>

View file

@ -1838,17 +1838,17 @@ body.scrolled .toTop:hover {
margin-top: 12px; margin-top: 12px;
margin-left: -12px; margin-left: -12px;
margin-right: -12px; margin-right: -12px;
} }
#gp_container { #gp_container {
display: inline-block; display: inline-block;
} }
#gp_container span { #gp_container span {
display: block; display: block;
margin: 10px 0 15px; margin: 10px 0 15px;
} }
#gp_container h4 { #gp_container h4 {
font-size: 11px; font-size: 11px;
} }