You are here

seckit.no_body.css in Security Kit 6

/**
 * Hide <body> element.
 */
body {
  display: none !important;
}

File

css/seckit.no_body.css
View source
  1. /**
  2. * Hide element.
  3. */
  4. body {
  5. display: none !important;
  6. }