/**
 * Hidden Content TextSanitizer plugin
 *
 * @copyright	http://www.impresscms.org/ The ImpressCMS Project
 * @license		http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
 * @author	    Sina Asghari (aka stranger) <pesian_stranger@users.sourceforge.net>
 * @since		1.2
 * @package		plugins
 * @version		SVN: $Id: syntaxhighlighterphp.css 2011-06-25 blauer-fisch $
 */

.icmsCodePhp {background-color: #FAFAFA; border: 1px dashed #C2CDD6; color: #444444; font-family: "Courier New",Courier,monospace; line-height: 1.2em; max-height: 200px; overflow: auto; padding: 0 6px 6px; text-align: justify;}
