JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _source / skins / v2 / skin.js
index 4c51c17..769e53e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -8,6 +8,7 @@ CKEDITOR.skins.add( 'v2', (function()
        return {\r
                editor          : { css : [ 'editor.css' ] },\r
                dialog          : { css : [ 'dialog.css' ] },\r
+               separator               : { canGroup: false },\r
                templates       : { css : [ 'templates.css' ] },\r
                margins         : [ 0, 14, 18, 14 ]\r
        };\r
@@ -36,7 +37,7 @@ CKEDITOR.skins.add( 'v2', (function()
                                                height : height + 'px'\r
                                        });\r
 \r
-                               if ( !CKEDITOR.env.ie )\r
+                               if ( !CKEDITOR.env.ie || CKEDITOR.env.ie9Compat )\r
                                        return;\r
 \r
                                // Fix the size of the elements which have flexible lengths.\r