diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/views/login.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/login.html.php b/modules/gallery/views/login.html.php index 9be218c0..3b327e31 100644 --- a/modules/gallery/views/login.html.php +++ b/modules/gallery/views/login.html.php @@ -1,5 +1,5 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<ul id="g-login-menu"> +<ul id="g-login-menu" class="g-inline"> <? if ($user->guest): ?> <li class="first"> <a href="<?= url::site("login/ajax") ?>" |