diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/views/dynamic.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/dynamic.html.php b/themes/wind/views/dynamic.html.php index aa347402..51e48dc0 100644 --- a/themes/wind/views/dynamic.html.php +++ b/themes/wind/views/dynamic.html.php @@ -6,7 +6,7 @@ <h1><?= html::clean($title) ?></h1> </div> -<ul id="g-album-grid"> +<ul id="g-album-grid" class="ui-helper-clearfix"> <? foreach ($children as $i => $child): ?> <li class="g-item <?= $child->is_album() ? "g-album" : "" ?>"> <?= $theme->thumb_top($child) ?> |