paste.chapril.org-privatebin/css/noscript.css

16 lines
382 B
CSS
Raw Permalink Normal View History

2020-01-14 21:42:06 +01:00
/**
* 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
2021-04-15 22:29:15 +02:00
* @version 1.3.5
2020-01-14 21:42:06 +01:00
*/
/* When there is no script at all other */
.noscript-hide {
display: none;
}