Template:TOC sections in-line

From OpenMedia
Jump to: navigation, search

Creates a table of contents that has the 1st section level as floating in-line.

Usage

{{TOC sections in-line}}

Technical Dependencies

.toc-sections1-inline #toc ul li.toclevel-1 {
  /* make toclevel 1 "inline" */
  float: left;
  margin-right: 0.7em;
}