diff --git a/css/area_content.less b/css/area_content.less index 2ec99a3..0390921 100755 --- a/css/area_content.less +++ b/css/area_content.less @@ -21,9 +21,13 @@ border-bottom: 1px solid @ini_border_light; } - .msg-area + * { - clear: both; - padding-top: 1em; // as h1 + .page-content { + padding-top: @page-header_height; + + .msg-area + * { + clear: both; + padding-top: 1em; // as h1 + } } } } diff --git a/main.php b/main.php index 20bd84a..b5dd694 100755 --- a/main.php +++ b/main.php @@ -347,8 +347,10 @@ $classWideContent = ($ACT === "show") ? "": "wide-content "; echo $highlightParent->tpl(); } ?> -
- +