Finishing updates to make PHPCI use Bootstrap v3, as per issue #99

This commit is contained in:
Dan Cryer 2013-07-31 21:04:34 +01:00
commit eac86ff2bd
7 changed files with 29 additions and 43 deletions

View file

@ -17,7 +17,7 @@
</div>
</div>
<div class="col-lg-8">
<?php print str_replace(array('span7', 'control-group'), array('col-lg-7', 'form-group'), $form); ?>
<?php print $form; ?>
</div>
</div>