Skip to content

Commit

Permalink
Use Horde's fixed style.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 2, 2014
1 parent 706bed2 commit 346d427
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion whups/lib/Form/Renderer/Comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function render($transaction, &$vars)
</tr>
<?php if ($comment): ?>
<tr><td colspan="4" class="<?php echo $class ?>_b">
<div class="comment-body">
<div class="comment-body fixed">
<?php echo $comment ?>
</div>
</td></tr>
Expand Down
2 changes: 0 additions & 2 deletions whups/themes/default/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ div#comments div {
background: #fff;
color: #000;
padding: 1em;
font-size: 100%;
font-family: "Lucida Console",Courier,"Courier New";
}
.pc_l {
background: #eee;
Expand Down

0 comments on commit 346d427

Please sign in to comment.