summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-28 22:57:36 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-28 22:57:36 -0600
commite72d3532f702a5f0973f21177109b59d87a35f4f (patch)
tree8eb4328cf42e169530c7dd6d82f1de774389ea14
parentb118d56e9a8822b0966bd5b4ff693a4508d59725 (diff)
Amazing what a two character change can do. It should be g-first now, not first.
-rw-r--r--modules/organize/views/organize_dialog.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php
index cf8e9004..767a09b4 100644
--- a/modules/organize/views/organize_dialog.html.php
+++ b/modules/organize/views/organize_dialog.html.php
@@ -17,7 +17,7 @@
</div>
</div>
<div id="g-organize-content-pane" class="yui-gf">
- <div id="g-organize-tree-container" class="yui-u first">
+ <div id="g-organize-tree-container" class="yui-u g-first">
<ul id="g-organize-album-tree">
<?= $album_tree ?>
</ul>