PrivateBin/css/noscript.css
2024-04-23 21:49:57 +02:00

15 lines
356 B
CSS

/**
* 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
* @version 1.7.1
*/
.noscript-hide {
display: none;
}