Update to Fancybox 2.1.0. Changed the way the max-width is handled. Should be better this way.

This commit is contained in:
Sébastien Lucas 2012-09-30 15:38:09 +02:00
parent e1972e64bd
commit a19b59eb1e
12 changed files with 1550 additions and 946 deletions

View file

@ -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>