summaryrefslogtreecommitdiff
path: root/modules/gallery/views/login_ajax.html.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-08 09:00:49 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-08 09:00:49 -0700
commitd73de4f0a20001963fa2274a2d758d6931c6ee1f (patch)
treeef136a2ee08db6f57e3a492f59a9749f4f6ebd3e /modules/gallery/views/login_ajax.html.php
parent23739bda0168a9c0f300a47c3c3f153bf3981af1 (diff)
No need to abbreviate text in CSS class names. Thx bharat!
Diffstat (limited to 'modules/gallery/views/login_ajax.html.php')
-rw-r--r--modules/gallery/views/login_ajax.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/login_ajax.html.php b/modules/gallery/views/login_ajax.html.php
index 9741db0c..36647f9d 100644
--- a/modules/gallery/views/login_ajax.html.php
+++ b/modules/gallery/views/login_ajax.html.php
@@ -38,7 +38,7 @@
</li>
<? if (identity::is_writable()): ?>
<li>
- <a href="#" id="g-password-reset" class="g-right g-txt-small"><?= t("Forgot your password?") ?></a>
+ <a href="#" id="g-password-reset" class="g-right g-text-small"><?= t("Forgot your password?") ?></a>
</li>
<? endif ?>
</ul>