Updated to bootstrap v3.1 - includes fix to page width

This commit is contained in:
laf
2014-02-25 21:19:16 +00:00
parent 21b7378fce
commit cde9cc1dbc
10 changed files with 1597 additions and 2989 deletions
+1 -5
View File
@@ -253,9 +253,7 @@ if (!$vars['bare'] == "yes") {
</div>
</div>
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-10">
<div class="col-md-12">
<?php
// To help debug the new URLs :)
@@ -290,8 +288,6 @@ if ($_SESSION['authenticated'])
}
?>
</div>
<div class="col-md-1">
</div>
</div>
<?php
$runtime_end = utime(); $runtime = $runtime_end - $runtime_start;