/dev/qulogic/ckeditor: 2e80f81174a8: Remove IE-specific rules.
Elliott Sales de Andrade
qulogic at pidgin.im
Fri Aug 9 03:13:29 EDT 2013
Changeset: 2e80f81174a8e1b9c8ffcf33a8bcca83df77c1ed
Author: Elliott Sales de Andrade <qulogic at pidgin.im>
Date: 2013-08-07 20:34 -0400
Branch: default
URL: https://hg.pidgin.im/dev/qulogic/ckeditor/rev/2e80f81174a8
Description:
Remove IE-specific rules.
diffstat:
pidgin/ckeditor/skins/pidgin/panel.css | 16 ----------------
pidgin/ckeditor/skins/pidgin/reset.css | 5 -----
2 files changed, 0 insertions(+), 21 deletions(-)
diffs (41 lines):
diff --git a/pidgin/ckeditor/skins/pidgin/panel.css b/pidgin/ckeditor/skins/pidgin/panel.css
--- a/pidgin/ckeditor/skins/pidgin/panel.css
+++ b/pidgin/ckeditor/skins/pidgin/panel.css
@@ -157,22 +157,6 @@ is its visual representation:
border-radius: 2px;
}
-/* IE6 */
-* html .cke_panel_listItem a
-{
- width : 100%;
-
- /* IE is not able to inherit the color, so we must force it to black */
- color: #000;
-}
-
-/* IE7 */
-*:first-child+html .cke_panel_listItem a
-{
- /* IE is not able to inherit the color, so we must force it to black */
- color: #000;
-}
-
.cke_panel_listItem.cke_selected a
{
border: 1px solid #dedede;
diff --git a/pidgin/ckeditor/skins/pidgin/reset.css b/pidgin/ckeditor/skins/pidgin/reset.css
--- a/pidgin/ckeditor/skins/pidgin/reset.css
+++ b/pidgin/ckeditor/skins/pidgin/reset.css
@@ -72,11 +72,6 @@ http://docs.cksource.com/CKEditor_4.x/Sk
/* Defaults for some elements. */
-.cke_reset_all iframe
-{
- vertical-align: inherit; /** For IE */
-}
-
.cke_reset_all textarea
{
white-space: pre;
More information about the Commits
mailing list