diff options
author | Malf Furious <m@lfurio.us> | 2018-02-07 21:05:27 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-02-07 21:05:27 -0500 |
commit | 18f3fd63158e93a616a4db954c66b99a5a7ce544 (patch) | |
tree | 4e00c54ed529d35ee019c08678b4775b90b98555 /app/view/dbconfig.php | |
parent | f2be4ab1638eb7e8ac022b25af1fff6e402b1db7 (diff) | |
download | scrott-18f3fd63158e93a616a4db954c66b99a5a7ce544.tar.gz scrott-18f3fd63158e93a616a4db954c66b99a5a7ce544.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | app/view/dbconfig.php | 4 |
1 files changed, 0 insertions, 4 deletions
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"; <html lang="en"> <head> <?=stdpage\head( "Database Configuration" )?> - - <style type="text/css"> - body { padding-top: 50px; } - </style> </head> <body> |