mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
change the stream width (col-lg-7)
This commit is contained in:
parent
65d37a8c20
commit
9aa8451279
5 changed files with 48 additions and 5 deletions
|
@ -85,7 +85,7 @@ else
|
|||
</div>
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div class=\"col-lg-8 col-md-8 col-sm-12 col-xs-12\" id=\"content\">
|
||||
<div class=\"col-lg-7 col-md-7 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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue