Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 6273)
+++ /CKEditor/trunk/CHANGES.html	(revision 6274)
@@ -60,4 +60,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/6655">#6655</a> : Resize grip has a small visual offsets.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6604">#6604</a> : &lt;div&gt; should be used as formatting block in enterBr.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6249">#6249</a> : [BIDI] List item bullets are off viewport with RTL text direction.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/contents.css
===================================================================
--- /CKEditor/trunk/contents.css	(revision 6273)
+++ /CKEditor/trunk/contents.css	(revision 6274)
@@ -15,4 +15,10 @@
 	/* Remove the background color to make it transparent */
 	background-color: #fff;
+}
+
+/* preserved spaces for rtl list item bullets. (#6249)*/
+ol,ul,dl
+{
+    padding-right:40px;
 }
 
