summaryrefslogtreecommitdiff
path: root/themes/wind/views/album.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/wind/views/album.html.php')
-rw-r--r--themes/wind/views/album.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/album.html.php b/themes/wind/views/album.html.php
index 91646b1e..1163630d 100644
--- a/themes/wind/views/album.html.php
+++ b/themes/wind/views/album.html.php
@@ -6,7 +6,7 @@
<div class="g-description"><?= nl2br(html::purify($item->description)) ?></div>
</div>
-<ul id="g-album-grid" class="g-clearfix">
+<ul id="g-album-grid" class="ui-helper-clearfix">
<? if (count($children)): ?>
<? foreach ($children as $i => $child): ?>
<? $item_class = "g-photo"; ?>