noscript.css 336 B

12345678910111213
  1. /**
  2. * PrivateBin
  3. *
  4. * Cascading style sheet only loaded when JavaScript is not available.
  5. *
  6. * @link https://github.com/PrivateBin/PrivateBin
  7. * @copyright 2012 Sébastien SAUVAGE (sebsauvage.net)
  8. * @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
  9. */
  10. .noscript-hide {
  11. display: none;
  12. }