Wrapping the main content in a container to fix #169

This commit is contained in:
Kyle Johnson 2013-09-23 15:04:23 -04:00
parent c38a666301
commit 8a9f9a8ab5
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
</div>
</div>
</div>
<div class="container" style="width:100%;">
<div class="row">
<div class="col-sm-2 col-md-2 col-lg-2">
<?php
@ -77,6 +78,7 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
<?php echo $this->fetch('content'); ?>
</div>
</div>
</div>
<div id="footer">
<hr />
<div class="container">