diff --git a/CHANGES.md b/CHANGES.md index c56a41c33b6..fe1026141ab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,7 @@ Fixed Issues: * [#11813](http://dev.ckeditor.com/ticket/11813): Fixed: Link lost while pasting captioned image and restoring undo snapshot ([Enhanced Image](http://ckeditor.com/addon/image2)). * [#11814](http://dev.ckeditor.com/ticket/11814): Fixed: _Link_ and _Unlink_ entries persistently displayed in [Enhanced Image](http://ckeditor.com/addon/image2) context menu. * [#11839](http://dev.ckeditor.com/ticket/11839): Fixed: [IE9] Caret jumps out of editable when resizing editor in source mode. +* [#11880](http://dev.ckeditor.com/ticket/11880): Fixed: [IE8-9] Linked image has a default thick border. Other changes: diff --git a/contents.css b/contents.css index 90fa6e4e032..fa22173f6ac 100644 --- a/contents.css +++ b/contents.css @@ -125,5 +125,6 @@ figure > figcaption a > img { padding: 1px; margin: 1px; + border: none; outline: 1px solid #0782C1; } \ No newline at end of file