diff options
author | mrjive <mrjive@mrjive.it> | 2016-02-03 22:46:54 +0100 |
---|---|---|
committer | mrjive <mrjive@mrjive.it> | 2016-02-03 22:46:54 +0100 |
commit | e527a52f6a123b695775a24fdeb64d0a5ab00df9 (patch) | |
tree | 7f72feb65e8f8790d6d80f631d1e608bfed1dd48 /view/theme/redbasic/php/style.php | |
parent | 337735094b944fd31ed96e36c869227a0d63e5d1 (diff) | |
parent | a7ed50ecd4b4defbc1d5fdf0bb4fd7d65d08a0fd (diff) | |
download | volse-hubzilla-e527a52f6a123b695775a24fdeb64d0a5ab00df9.tar.gz volse-hubzilla-e527a52f6a123b695775a24fdeb64d0a5ab00df9.tar.bz2 volse-hubzilla-e527a52f6a123b695775a24fdeb64d0a5ab00df9.zip |
Merge pull request #21 from redmatrix/master
updating from original codebase
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 a0da5e302..443ebb1fb 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 = 285; + $aside_width = 287; // left aside and right aside are 285px + converse width if($align_left) { |