/**
 *
 * Quote attachments in posts. An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2019, 3Di, https://phpbbstudio.com
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */



 blockquote .postimage, .quotecontent .postimage {
 	max-height: 250px;

 }

 blockquote .postlink, .quotecontent .postlink {
 	text-decoration: none;
	border-bottom: none;
  /* display: block; */
 }

 img.postimage {
   display: block;
   padding: 10px;
   /* margin-right: 1000px; */
 }
