From 1730dd96e081a3722f92be7dde131deb5786f53d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Reinmar=20Koszuli=C5=84ski?= Date: Thu, 1 May 2014 17:45:30 +0200 Subject: [PATCH 1/2] Reset border which old IEs applies by default to linked images. --- contents.css | 1 + 1 file changed, 1 insertion(+) 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 From 44f45c19a0e99e209cc571f20afab3d346f333a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Reinmar=20Koszuli=C5=84ski?= Date: Thu, 1 May 2014 17:47:49 +0200 Subject: [PATCH 2/2] Changelog entry. --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) 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: