PrivateBin/PrivateBin

View on GitHub
css/noscript.css

Summary

Maintainability
Test Coverage
/**
 * PrivateBin
 *
 * CSS file only loaded when no JavaScript available.
 *
 * @link      https://github.com/PrivateBin/PrivateBin
 * @copyright 2012 Sébastien SAUVAGE (sebsauvage.net)
 * @license   https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
 * @version   1.7.1
 */

/* When there is no script at all other */
.noscript-hide {
    display: none;
}