mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
16 lines
382 B
CSS
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.2.1
|
|
*/
|
|
|
|
/* When there is no script at all other */
|
|
.noscript-hide {
|
|
display: none;
|
|
}
|