mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
Fix padding
This commit is contained in:
parent
20081b4df7
commit
d9966ea40d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ $leaderBoardTop = getAdsLeaderBoardTop();
|
||||||
?>
|
?>
|
||||||
<div class="col-lg-10 col-lg-offset-1">
|
<div class="col-lg-10 col-lg-offset-1">
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-body">
|
<div class="panel-body" style="overflow: hidden;">
|
||||||
<?php
|
<?php
|
||||||
include $global['systemRootPath'] . 'view/include/categoryTop.php';
|
include $global['systemRootPath'] . 'view/include/categoryTop.php';
|
||||||
include $global['systemRootPath'] . 'plugin/Gallery/view/mainArea.php';
|
include $global['systemRootPath'] . 'plugin/Gallery/view/mainArea.php';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue