Layout unwanted 1px White Border or Padding Issue

Hi,

My layout has a padding of 1px white. Its also around toolbar.
Don’t want it. Any solution?



Hi
it must be fixed in v.4.0.3 soon

For the moment I resolved it with;

.dhxwins_vp_dhx_skyblue div.dhx_cell_wins div.dhx_cell_toolbar_def {
	border-bottom: 1px solid #a4bed4;
}

.dhxwins_vp_dhx_skyblue div.dhx_cell_wins div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue {
	border-left:1px solid #a4bed4;
	border-right:1px solid #a4bed4;
	margin:-1px -1px;
}