bintzwing/css/noscript.css

14 lines
336 B
CSS
Raw Permalink Normal View History

/**
* PrivateBin
*
* Cascading style sheet only loaded when JavaScript is not 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
*/
.noscript-hide {
display: none;
}