paste.chapril.org-privatebin/css/noscript.css
2020-02-16 11:15:51 +01:00

16 lines
382 B
CSS

/**
* 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.3.3
*/
/* When there is no script at all other */
.noscript-hide {
display: none;
}