14 lines
356 B
CSS
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;
|
|
}
|