[FM Discuss] Debugging some scaling issues in Objavi
Michael McAndrew
michaelmcandrew at thirdsectordesign.org
Wed Mar 9 06:51:58 PST 2011
Hey folks,
Yesterday I was working with Objavi to produce nicely formatted CiviCRM
book.
This just about works out of the box. But there is some scaling issues for
some books that have images and long urls.
Even though when scanning through the book, no urls or images 'stick out' on
the right hand side, the actual text is scaled down for some reason.
Changing the CSS for a and img fixed the problem.
img {
>
max-width: 650px;
>
height: auto;
>
}
>
max width was previously 700px.
a {
>
>
height: auto;
>
}
>
I used the default custom css. I didn't use the Server CSS but this problem
was occuring there as well. These bugs are reported in
http://booki-dev.flossmanuals.net/ticket/370 and
http://booki-dev.flossmanuals.net/ticket/371
Hope this helps some people :)
Michael
--
Michael McAndrew
07817 802299 (mobile)
Third Sector Design Ltd.
http://thirdsectordesign.org
For support, email support at thirdsectordesign.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.flossmanuals.net/pipermail/discuss-flossmanuals.net/attachments/20110309/b259fd47/attachment.htm>
More information about the Discuss
mailing list