diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-17 12:58:31 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-17 12:58:31 -0600 |
| commit | ad0497a8d2956a73d174445a30d9190b1f970caf (patch) | |
| tree | 1d80631454feed94164611c6da69cd65eb1a34cf /themes/wind/views/sidebar.html.php | |
| parent | b677eeb5ee4f5e408c3edf890a36d3ccbda9ac3b (diff) | |
Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix.
Diffstat (limited to 'themes/wind/views/sidebar.html.php')
| -rw-r--r-- | themes/wind/views/sidebar.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/sidebar.html.php b/themes/wind/views/sidebar.html.php index 151c6365..cd50fc01 100644 --- a/themes/wind/views/sidebar.html.php +++ b/themes/wind/views/sidebar.html.php @@ -1,6 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <?= $theme->sidebar_top() ?> -<div id="g-view-menu" class="g-buttonset g-clearfix"> +<div id="g-view-menu" class="g-buttonset ui-helper-clearfix"> <? if ($page_type == "album"):?> <?= $theme->album_menu() ?> <? elseif ($page_type == "photo") : ?> |
