Skip to content

Commit

Permalink
now set vertical mode explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
scc committed Jan 17, 2007
1 parent 735c59e commit bb7515e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/slashcode/htdocs/images/comments.js
Expand Up @@ -853,7 +853,7 @@ function toggleDisplayOptions() {
gods.style.display = 'none';
d2opt.style.display = 'inline';

d2out.className = '';
d2out.className = 'vertical';
gCommentControlWidget.setOrientation('Y');

params['comments_control'] = '';
Expand Down
2 changes: 1 addition & 1 deletion themes/slashcode/templates/printCommentsMain;misc;default
Expand Up @@ -144,7 +144,7 @@ __template__
</div>
</div>
[% IF discussion2 %]
[% class_info = horiz ? ' class="horizontal"' : "" %]
[% class_info = horiz ? ' class="horizontal"' : ' class="vertical"' %]
<div id="d2out"[% class_info %]>
<div id="d2act" class="hide">
<div class="loki" id="gods">
Expand Down

0 comments on commit bb7515e

Please sign in to comment.