an attempt to fix the banner mess

This commit is contained in:
Mario Vavti
2015-09-12 11:36:19 +02:00
parent 692e117c8a
commit 9821a39549
3 changed files with 18 additions and 27 deletions

View File

@@ -156,7 +156,7 @@ if(file_exists('view/theme/redbasic/css/style.css')) {
$aside_width = 285;
// left aside and right aside are is 231px + converse width
// left aside and right aside are 285px + converse width
if($align_left) {
$main_width = (($aside_width) + intval($converse_width));
}