Skip to content

Commit

Permalink
Header styling tweaks (#197)
Browse files Browse the repository at this point in the history
* Improve display of username in header

* Change colour to match other text
  • Loading branch information
dan-r authored Apr 11, 2023
1 parent ccc709e commit ec4d468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/includes/web_functions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,9 @@ function render_menu() {
}
?>
</ul>
<div style="text-align: right;">
<?php if(isset($USER_ID)) { print $USER_ID; } ?>
</div>
<ul class="nav navbar-nav navbar-right">
<li><a style="color:#333"><?php if(isset($USER_ID)) { print $USER_ID; } ?></a></li>
</ul>
</div>
</nav>
<?php
Expand Down

0 comments on commit ec4d468

Please sign in to comment.