From 9cf21fc4e30e3083b474f8413449ab33f930400a Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Fri, 15 Feb 2013 01:13:03 +0000 Subject: [PATCH] MDL-38039 theme_base: Corrected typo fickering to flickering in CSS comment which blocked IPCOP browser firewall in IE. --- theme/base/style/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 256cb0c4a08..c746ff33b8a 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -69,7 +69,7 @@ a.dimmed_text:visited, .notifysuccess {color:#006600;} .reportlink {text-align:right;} a.autolink.glossary:hover {cursor: help;} -/* Block which is hidden if javascript enabled, prevents fickering visible when JS from footer used! */ +/* Block which is hidden if javascript enabled, prevents flickering visible, when JS from footer used! */ .collapsibleregioncaption {white-space: nowrap;} .collapsibleregioncaption img {vertical-align: middle;} .jsenabled .hiddenifjs {display: none;}