summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2018-09-19 18:17:46 -0400
committerMalf Furious <m@lfurio.us>2018-09-19 18:17:46 -0400
commit5f187a7602d6ceeac9dbd81e84fbfc13f0b73ea9 (patch)
tree82187c697cbfc612d06ba12a204ece4808d5efc9
parentdefac79722307d68191e9d28346a9fd8502319da (diff)
downloadscrott-5f187a7602d6ceeac9dbd81e84fbfc13f0b73ea9.tar.gz
scrott-5f187a7602d6ceeac9dbd81e84fbfc13f0b73ea9.zip
stdpage: Add additional spacing to "Not Logged In" text
This additional spacing is added to the navbar text to improve its appearance in the browser.
-rw-r--r--app/view/stdpage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/stdpage.php b/app/view/stdpage.php
index acd1ba2..2eb2c2c 100644
--- a/app/view/stdpage.php
+++ b/app/view/stdpage.php
@@ -188,7 +188,7 @@ require_once "view/settings.php";
<div class="collapse navbar-collapse" id="scrottnav">
<?php if (!\user::getCurrent()) { ?>
- <p class="navbar-text navbar-right"><i>Not Logged In&nbsp;</i></p>
+ <p class="navbar-text navbar-right"><i>Not Logged In&nbsp;&nbsp;&nbsp;</i></p>
<?php } else { ?>
<ul class="nav navbar-nav">
<li><a href="<?=ap()?>"><span class="glyphicon glyphicon-refresh"></span></a></li>