diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-08 13:47:30 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-08 13:47:30 -0700 |
| commit | 7ad203b97a148c1e3b0585bf2554819bdc87ce98 (patch) | |
| tree | 228e1e6ab9242f97687d6c0bb42f3580707b97f9 /themes/wind/views | |
| parent | 6f315ad89c06431b408fcdf24393ad13daed845d (diff) | |
| parent | b6c1ba7ea6416630b2a44b3df8400a2d48460b0a (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_dev
Diffstat (limited to 'themes/wind/views')
| -rw-r--r-- | themes/wind/views/photo.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/photo.html.php b/themes/wind/views/photo.html.php index 2520cb0c..c9c30017 100644 --- a/themes/wind/views/photo.html.php +++ b/themes/wind/views/photo.html.php @@ -15,7 +15,7 @@ <div id="g-item"> <?= $theme->photo_top() ?> - <ul class="g-pager"> + <ul class="g-pager g-clearfix"> <li> <? if ($previous_item): ?> <a href="<?= $previous_item->url() ?>" class="g-button ui-icon-left ui-state-default ui-corner-all"> |
