]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Increase center column width
authorHypolite Petovan <ben.lort@gmail.com>
Wed, 28 Sep 2016 15:59:05 +0000 (11:59 -0400)
committerGitHub <noreply@github.com>
Wed, 28 Sep 2016 15:59:05 +0000 (11:59 -0400)
- Added two Bootstrap divisions to the center column

view/theme/frio/php/default.php

index bfc11a35806abd10a08efef110f17b74777c6413..5ea69d7c83c409ca9d20a0cc7037bb47b3a7e6e4 100644 (file)
@@ -73,7 +73,7 @@ else
                                                "; if(x($page,'right_aside')) echo $page['right_aside']; echo"
                                        </aside>
 
-                                       <div class=\"col-lg-7 col-md-7 col-sm-12 col-xs-12\" id=\"content\">
+                                       <div class=\"col-lg-9 col-md-9 col-sm-12 col-xs-12\" id=\"content\">
                                                <section class=\"sectiontop "; echo $a->argv[0]; echo "-content-wrapper\">";
                                                                if(x($page,'content')) echo $page['content']; echo"
                                                                <div id=\"pause\"></div> <!-- The pause/resume Ajax indicator -->