Index: /CKEditor/trunk/_source/plugins/indent/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/indent/plugin.js	(revision 3479)
+++ /CKEditor/trunk/_source/plugins/indent/plugin.js	(revision 3480)
@@ -76,5 +76,5 @@
 		else
 		{
-			var indent = parseInt( firstBlock.getComputedStyle( this.indentCssProperty ), 10 );
+			var indent = parseInt( firstBlock.getStyle( this.indentCssProperty ), 10 );
 			if ( isNaN( indent ) )
 				indent = 0;
@@ -188,5 +188,5 @@
 			else
 			{
-				var currentOffset = parseInt( block.getComputedStyle( this.indentCssProperty ), 10 );
+				var currentOffset = parseInt( block.getStyle( this.indentCssProperty ), 10 );
 				if ( isNaN( currentOffset ) )
 					currentOffset = 0;
