MDL-38039 theme_base: Corrected typo fickering to flickering in CSS comment which blocked IPCOP browser firewall in IE.

This commit is contained in:
Mary Evans
2013-02-15 01:13:03 +00:00
parent bbcf8dab4f
commit 9cf21fc4e3
+1 -1
View File
@@ -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;}