summaryrefslogtreecommitdiff
path: root/themes/wind/views/sidebar.html.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-07 00:46:02 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-07 00:46:02 -0600
commit121fcab5c81fd4f942eea11577e4381ab4d86ddc (patch)
tree98419589085e071ec9a49e2c54f0ffe03c27b6bf /themes/wind/views/sidebar.html.php
parent617076e8970872ba0355caeadb70cbf6735f2a39 (diff)
Replaced most clear fix hacks with generic class.
Diffstat (limited to 'themes/wind/views/sidebar.html.php')
-rw-r--r--themes/wind/views/sidebar.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/sidebar.html.php b/themes/wind/views/sidebar.html.php
index d2551c52..c49a7b51 100644
--- a/themes/wind/views/sidebar.html.php
+++ b/themes/wind/views/sidebar.html.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= $theme->sidebar_top() ?>
<div class="g-toolbar">
- <div id="g-view-menu" class="g-buttonset">
+ <div id="g-view-menu" class="g-buttonset g-clearfix">
<? if ($page_type == "album"):?>
<?= $theme->album_menu() ?>
<? elseif ($page_type == "photo") : ?>