Foren / Cotonti / Skins / White border around markitup

DemptD
#1 5. Oktober 2009, 06:48
Where do i find the css for the white border around markitup you can see here?
Sergeich
#2 5. Oktober 2009, 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%;	
}
DemptD
#3 5. Oktober 2009, 07:23
Thank you! :)