Reduce line height for comment.
It should allow most book comment to fit on one page.
This commit is contained in:
parent
f0cbe27c5b
commit
e54e3653a8
2 changed files with 8 additions and 2 deletions
|
@ -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>
|
|
@ -224,4 +224,10 @@ padding: 3px 2px;
|
|||
.bookpopup
|
||||
{
|
||||
min-width: 400px;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.content
|
||||
{
|
||||
line-height: 110%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue