noscript.css 382 B

123456789101112131415
  1. /**
  2. * PrivateBin
  3. *
  4. * CSS file only loaded when no JavaScript 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.6.1
  10. */
  11. /* When there is no script at all other */
  12. .noscript-hide {
  13. display: none;
  14. }