﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5152	Indentation using classes is buggy	Alfonso Martínez de Lizarrondo	Alfonso Martínez de Lizarrondo	"Seems that it's not possible to indent that way a third level, and removing the indent only works if there's a single level.

Tested with 
{{{
indentClasses : ['Indent1', 'Indent2', 'Indent3'],
}}}

and 
{{{
.Indent1
{
	margin-left: 40px;
}

.Indent2
{
	margin-left: 80px;
}

.Indent3
{
	margin-left: 120px;
}
}}}"	Bug	closed	Normal	CKEditor 3.3	Core : Styles	3.3.1	fixed	Review+	Paweł Wilk
