bintzwing/css/noscript.css
2024-05-13 19:18:30 +02:00

14 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.3
*/
.noscript-hide {
display: none;
}