Forums / Cotonti / Skins / White border around markitup

Sergeich
#17467 2009-10-05 07:13
Open plugins/markitup/skins/markitup/style.css
Find
.markItUp  {
	width:98%;
	margin:5px 0 5px 0;
	border:5px solid #F5F5F5;	
}
replace on
.markItUp  {
	width:100%;	
}