diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-22 22:28:55 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-22 22:28:55 -0600 |
commit | 80c6bf789b4a9925e86abdb3275cc570f9c2d6ad (patch) | |
tree | e82d4fe4ee0e5bda8829b7420a3c779cfadfdca5 /modules | |
parent | ba62fb4b0e9fe2d64803c165a21756e0919c0238 (diff) |
Make g-inline more specific, replace universal selector with an li since this class will most often be used with order and unordered lists. Apply g-inline to the the login menu and footer credits.
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") ?>" |