aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-09-12 11:36:19 +0200
committerMario Vavti <mario@mariovavti.com>2015-09-12 11:36:19 +0200
commit9821a3954908cc4eb701ace8d002b052027c0311 (patch)
treedeaae13048dfd047f4773c3c111fdbe1f4e7cc60 /view/theme/redbasic/php/style.php
parent692e117c8a2a6e3830c6ff71486b4c1edc5226c9 (diff)
downloadvolse-hubzilla-9821a3954908cc4eb701ace8d002b052027c0311.tar.gz
volse-hubzilla-9821a3954908cc4eb701ace8d002b052027c0311.tar.bz2
volse-hubzilla-9821a3954908cc4eb701ace8d002b052027c0311.zip
an attempt to fix the banner mess
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r--view/theme/redbasic/php/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index e90eb7918..a0da5e302 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -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));
}