Merge pull request #3658 from anandpdoshi/anand-july-15

[fix] Mozilla hack for images in table for print
This commit is contained in:
Rushabh Mehta 2015-07-15 12:58:19 +05:30
commit de0db0d000

View File

@ -1,7 +1,6 @@
{% if doc.in_format_data("image") and doc.get("image") and not doc.is_print_hide("image")-%}
<div class="pull-left" style="max-width: 38.2%; margin-right: 10px;">
<!-- width: 100% is a mozilla bug -->
<img src="{{ doc.image }}" class="img-responsive" style="width: 100%;">
<img src="{{ doc.image }}" class="img-responsive">
</div>
{%- endif %}
<div>