Reduce line height for comment.

It should allow most book comment to fit on one page.
This commit is contained in:
Sébastien Lucas 2012-07-21 15:44:09 +02:00
parent f0cbe27c5b
commit e54e3653a8
2 changed files with 8 additions and 2 deletions

View file

@ -78,6 +78,6 @@ $book->getLinkArray ();
<div class="clearer" />
<hr />
<div><?php echo localize("content.summary") ?></div>
<?php echo $book->getComment (false) ?>
<div class="content"><?php echo $book->getComment (false) ?></div>
<hr />
</div>

View file

@ -224,4 +224,10 @@ padding: 3px 2px;
.bookpopup
{
min-width: 400px;
}
color:black;
}
.content
{
line-height: 110%;
}