[All Adaptavist Apps]

Page tree

Versions Compared

Key

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

...

Code Block
/* ------ better code panels ------ */
div.code,
div.preformatted {
  -moz-border-radius: 6px 6px;
  -webkit-border-radius: 6px 6px;
  background-color: #F0F0F0;
  border: 1px solid #D4D4D4;
  border-radius: 6px 6px;
  margin-left: 0;
  margin-right: 0;
  max-width: 730px;
}
div.code .panelContent,
div.preformatted .panelContent {
  background-color: transparent;
}

Attachments macro (and attachments screens)

The attachments macro is another trouble causer as it's designed for full-width themes on a big monitor. For a tutorial on taming this macro, see our blog.

Nicer Panels

There are four panels that are regularly used in wiki pages:

...