Skip to content

Commit

Permalink
Merge branch 't/10915'
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Sep 27, 2013
2 parents 66534b4 + 31ed62c commit e464cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -5,6 +5,7 @@ CKEditor 4 Changelog

Fixed Issues:

* [#10915](http://dev.ckeditor.com/ticket/10915): CSS filter in Kama skin pull request.
* [#10914](http://dev.ckeditor.com/ticket/10914): Plugins indentlist and indentblock included into building config.
* [#10812](http://dev.ckeditor.com/ticket/10812): Fixed range#createBookmark2 incorrectly normalizing offsets. This bug was causing many issues: [#10850](http://dev.ckeditor.com/ticket/10850), [#10847](http://dev.ckeditor.com/ticket/10847), [#10842](http://dev.ckeditor.com/ticket/10842).

Expand Down
2 changes: 1 addition & 1 deletion skins/kama/editor_iequirks.css
Expand Up @@ -234,7 +234,7 @@ a.cke_dialog_ui_button_cancel span
.cke_menuitem .cke_disabled .cke_icon,
.cke_button_disabled .cke_button_icon
{
filter: ;
filter: "";
}

.cke_menuseparator
Expand Down

0 comments on commit e464cb7

Please sign in to comment.