Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
/**
* nsandi.com - Browser is not supported message
*
* nsandi.com shows a "This browser is not compatible" message in
* Firefox. Our contacts indicated that things should be working fine,
* yet the message remains. This intervention hides that message.
*/
.browser-warning-fade,
#unsupported_browser {
display: none !important;
}