diff options
author | Malf Furious <m@lfurio.us> | 2018-02-11 16:25:23 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-02-11 16:25:23 -0500 |
commit | 918ca274b48ec4fd230d403f46e91a4f7bbd3020 (patch) | |
tree | 7a74e838cbc5f4131e137669ad01ba33a66c0be7 | |
parent | f1c92c8a67fee9d30480c6a72ac3d00b1879edfd (diff) | |
download | scrott-918ca274b48ec4fd230d403f46e91a4f7bbd3020.tar.gz scrott-918ca274b48ec4fd230d403f46e91a4f7bbd3020.zip |
Fix icon center-spacing on dbconfig view
-rw-r--r-- | app/view/dbconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/dbconfig.php b/app/view/dbconfig.php index 2e1b986..a8d8bce 100644 --- a/app/view/dbconfig.php +++ b/app/view/dbconfig.php @@ -36,7 +36,7 @@ require_once "view/formctrl.php"; <span class="glyphicon glyphicon-edit"></span> <span class="glyphicon glyphicon-tasks"></span> <span class="glyphicon glyphicon-inbox"></span> - <span class="glyphicon glyphicon-envelope"></span> + <span class="glyphicon glyphicon-envelope"></span> </h2> <h1 class="text-center">Welcome to Scrott!</h1> |