Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Cloud

Server & Data Center

Code Block
languagecss
.footer {
  display: none;
}

main.main-content.main-no-iframe {
  padding-bottom: 0px
}
Code Block
languagecss
footer {
  display: none;
}

main.main-content.main-content-navigatable {
  padding-bottom: 0px
}

...