diff --git a/public/MBViewer/css/print.css b/public/MBViewer/css/print.css index 1991424..cc03f9c 100644 --- a/public/MBViewer/css/print.css +++ b/public/MBViewer/css/print.css @@ -3,6 +3,11 @@ body { color: black; } +img { + max-width: 100%; + height: auto; +} + div.tgme_background_wrap, div.tgme_header_right_column, div.tgme_header_search, @@ -24,3 +29,9 @@ div.tgme_widget_message_footer a { background-color: lightgray; color: black; } + +.tgme_page_photo_image, +.tgme_page_photo_image img { + width: 36px; + height: 36px; +}