fix aside width for collapsed state

This commit is contained in:
Mario Vavti
2015-07-09 20:54:13 +02:00
parent 115c18353e
commit 08996e5b9b
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ if(file_exists('view/theme/redbasic/css/style.css')) {
$x = file_get_contents('view/theme/redbasic/css/style.css');
$aside_width = 284;
$aside_width = 285;
// left aside and right aside are is 231px + converse width
if($converse_center) {