From 18f3fd63158e93a616a4db954c66b99a5a7ce544 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Wed, 7 Feb 2018 21:05:27 -0500 Subject: Move body padding-top style to stdpage\head() To accomodate the navbar, also changed to the more-common value of 70px. This looks ok on the setup page. --- app/view/dbconfig.php | 4 ---- app/view/stdpage.php | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app') diff --git a/app/view/dbconfig.php b/app/view/dbconfig.php index 006c28e..3c371e8 100644 --- a/app/view/dbconfig.php +++ b/app/view/dbconfig.php @@ -23,10 +23,6 @@ require_once "view/formctrl.php"; - - diff --git a/app/view/stdpage.php b/app/view/stdpage.php index 9f5b4e2..0af782a 100644 --- a/app/view/stdpage.php +++ b/app/view/stdpage.php @@ -65,6 +65,10 @@ require_once "class/globals.php"; + + -- cgit v1.2.3