Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated default CSS overrides

...

Panel

/* Photo Finale Overrides */

#pageWrapper {
      background: none;
      box-shadow: none;
      max-width: 100%;
}

#header .pageLayout {
      background: none;
      height: 78px;
      border: none;
}

#content.fullpage #content {
      top: 78px;
}

#footer {
      background: none;
}

...