noscript.css 356 B

1234567891011121314
  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. * @version 1.7.1
  10. */
  11. .noscript-hide {
  12. display: none;
  13. }