Versions Compared

Key

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


Panel
titleAreas

Child pages (Children Display)
depth1
sorttitle


Style
.three-columns ul {
    -moz-column-count: 3;
    -moz-column-gap: 3em;
    -webkit-column-count: 3;
    -webkit-column-gap: 3em;
    column-count: 3;
    column-gap: 3em;
}