﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1696	img with float: left hard to move	Paul Moers		"After I assign a className to an inserted image (163x163px) that makes it float to the left, moving the image around becomes hard and sometimes impossible.

The class is assigned through the styles dropdown list and assign .pictureLeft to the img. I also have a pictureRight class, but that one works perfect.

The styles:
{{{
.pictureLeft
{
	border: 2px solid #616161;
	margin: 7px 23px 7px 0px;
	float: left;
}
.pictureRight
{
	border: 2px solid #616161;
	margin: 6px 0px 6px 20px;
	float: right;
}

}}}
"	Bug	closed	Normal		Core : Styles	FCKeditor 2.5	duplicate		
