Some work on the login, register and default home page. Mostly neatly centering things on different viewport widths. Bluegrid schema updated.

This commit is contained in:
jeroenpraat
2015-12-09 23:41:37 +01:00
parent ae2c0e6552
commit 47f7165b07
6 changed files with 62 additions and 21 deletions

View File

@@ -72,7 +72,7 @@ function home_content(&$a, $update = 0, $load = false) {
$sitename = get_config('system','sitename');
if($sitename)
$o .= '<h1>' . sprintf( t("Welcome to %s") ,$sitename) . '</h1>';
$o .= '<h1 class="home-welcome">' . sprintf( t("Welcome to %s") ,$sitename) . '</h1>';
$loginbox = get_config('system','login_on_homepage');
if(intval($loginbox) || $loginbox === false)