diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-10 14:20:38 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-10 14:20:38 -0700 |
commit | 4bf7e4a34d166a52a10939ab0bb26ac05652f59c (patch) | |
tree | 2324fd2c13717a3d2fb7fe0b0d7de8eb1e268d37 /view/theme/redbasic/php/style.php | |
parent | ae6541cf74a0940131d6fdb937539effe5b27e3e (diff) | |
parent | 6e30ccdd2210c1a3e8f4ff571110b9bbae895dc1 (diff) | |
download | volse-hubzilla-4bf7e4a34d166a52a10939ab0bb26ac05652f59c.tar.gz volse-hubzilla-4bf7e4a34d166a52a10939ab0bb26ac05652f59c.tar.bz2 volse-hubzilla-4bf7e4a34d166a52a10939ab0bb26ac05652f59c.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 6e68d38d5..96dba59e5 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -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 = 231; + $aside_width = 285; // left aside and right aside are is 231px + converse width if($converse_center) { |