rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit d62e010140f94a39a2aa617074efde0b762c4177
parent 2d0214ccc33fcf2934b05e40e18fd9e7c0b3d106
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 19 Apr 2015 13:57:42 +0200

add container

Diffstat:
Minstall/index.php | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/install/index.php b/install/index.php @@ -17,6 +17,7 @@ <link rel="stylesheet" href="../core/libs/theme_engine/bootstrap-social/bootstrap-social.min.css"> </head> <body> +<div class="container-fluid"> <h1>Check for requirements</h1> <?php ############################### @@ -69,6 +70,7 @@ if ($mysql == 1 && $dir == 1){ echo "Can't proceed!</br>"; } ?> +</div> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster -->