website: update to bootstrap 3

also, some initial work on making the 'faq' page data driven
This commit is contained in:
Jon Atkins
2013-12-23 03:09:39 +00:00
parent ca5e7a890a
commit e35c2d5a33
15 changed files with 112 additions and 9673 deletions

View File

@ -48,7 +48,7 @@ if ( file_exists($apkfile) )
}
else
{
print "<div class=\"alert alert-error\">Error: <b>$apkfile</b> not found</div>\n";
print "<div class=\"alert alert-danger\">Error: <b>$apkfile</b> not found</div>\n";
}
?>