diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-02-23 04:37:16 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-23 04:37:16 +0000 |
| commit | 2ab18bbd45d9ec09223e785a66d6488013c99876 (patch) | |
| tree | 5d2a6f8e438966cea3f2ddc7e761132d35f9957c /themes | |
| parent | e83c2b3f8d82a65fbd7a317de5af9ff7c540b6c5 (diff) | |
Restored txtright class that I'd deleted and forgotten to restore during debugging
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/default/views/photo.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 65daeda7..25eae327 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -13,7 +13,7 @@ <? endif; ?> </li> <li class="gInfo"><?= t("%position of %total", array("position" => $position, "total" => $sibling_count)) ?></li> - <li> + <li class="txtright"> <? if ($next_item): ?> <a href="<?= $next_item->url() ?>" class="gButtonLink ui-icon-right ui-state-default ui-corner-all"> <span class="ui-icon ui-icon-triangle-1-e"></span><?= t("next") ?></a> |
