diff options
author | Malf Furious <m@lfurio.us> | 2018-10-27 17:03:36 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-10-27 17:03:36 -0400 |
commit | a9c7821e812d30edd670ee786795fc076c725230 (patch) | |
tree | 28541c06cc6713b9de0858c773cc7681d097c18b | |
parent | 6c681e60d5bf0f9d1d5bdb421ec65a311a32cbc3 (diff) | |
download | scrott-a9c7821e812d30edd670ee786795fc076c725230.tar.gz scrott-a9c7821e812d30edd670ee786795fc076c725230.zip |
Center text on incomplete pages
Signed-off-by: Malf Furious <m@lfurio.us>
-rw-r--r-- | app/view/administration.php | 2 | ||||
-rw-r--r-- | app/view/dashboard.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/view/administration.php b/app/view/administration.php index 0d2089e..e5af14a 100644 --- a/app/view/administration.php +++ b/app/view/administration.php @@ -28,7 +28,7 @@ require_once "view/stdpage.php"; <?=stdpage\nav()?> <div class="container"> - <div class="jumbotron"> + <div class="jumbotron text-center"> Welcome to the admin panel. There is no content yet. </div> </div> diff --git a/app/view/dashboard.php b/app/view/dashboard.php index 839a9bb..7b34e9f 100644 --- a/app/view/dashboard.php +++ b/app/view/dashboard.php @@ -28,7 +28,7 @@ require_once "view/stdpage.php"; <?=stdpage\nav()?> <div class="container"> - <div class="jumbotron"> + <div class="jumbotron text-center"> Welcome to the dashboard. There is no content yet. </div> </div> |