mirror of
https://github.com/openvk/openvk
synced 2025-03-20 16:28:16 +03:00
Global: Fix tabs
This commit is contained in:
parent
7dea746dfa
commit
77bda53ad9
3 changed files with 14 additions and 17 deletions
|
@ -62,6 +62,5 @@
|
|||
{ifset bottom}
|
||||
{include bottom}
|
||||
{/ifset}
|
||||
|
||||
</div>
|
||||
{/block}
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
<center style="background: white;border: #DEDEDE solid 1px;">
|
||||
<span style="color: #707070;margin: 60px 0;display: block;">
|
||||
<b>{$title}</b>
|
||||
<br>
|
||||
<br>
|
||||
<b>{$title}</b><br><br>
|
||||
{$description}
|
||||
</span>
|
||||
</center>
|
|
@ -1838,17 +1838,17 @@ body.scrolled .toTop:hover {
|
|||
margin-top: 12px;
|
||||
margin-left: -12px;
|
||||
margin-right: -12px;
|
||||
}
|
||||
}
|
||||
|
||||
#gp_container {
|
||||
#gp_container {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
#gp_container span {
|
||||
#gp_container span {
|
||||
display: block;
|
||||
margin: 10px 0 15px;
|
||||
}
|
||||
}
|
||||
|
||||
#gp_container h4 {
|
||||
#gp_container h4 {
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue