Update to Fancybox 2.1.0. Changed the way the max-width is handled. Should be better this way.
This commit is contained in:
parent
e1972e64bd
commit
a19b59eb1e
12 changed files with 1550 additions and 946 deletions
|
@ -78,6 +78,6 @@ $book->getLinkArray ();
|
|||
<div class="clearer" />
|
||||
<hr />
|
||||
<div><?php echo localize("content.summary") ?></div>
|
||||
<div class="content"><?php echo $book->getComment (false) ?></div>
|
||||
<div class="content" style="max-width:700px;"><?php echo $book->getComment (false) ?></div>
|
||||
<hr />
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue