Sha256: c198ad836f99ad1519c547db64914793b5da45211ec482cf359c4acc002b4424

Contents?: true

Size: 508 Bytes

Versions: 3

Compression:

Stored size: 508 Bytes

Contents

@media screen {
  body {
    max-width: 50em; /* approximately 80 characters wide */
    margin-left: 16em;
  }

  #toc {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 13em;
    padding: 0.5em;
    padding-bottom: 1.5em;
    margin: 0;
    overflow: auto;
    border-right: 3px solid #f8f8f8;
  }

  #toc .toclevel1 {
    margin-top: 0.5em;
  }

  #toc .toclevel2 {
    margin-top: 0.25em;
    display: list-item;
    color: #aaaaaa;
  }

  #toctitle {
    margin-top: 0.5em;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mizuho-0.9.10 asciidoc/stylesheets/toc2.css
mizuho-0.9.9 asciidoc/stylesheets/toc2.css
mizuho-0.9.8 asciidoc/stylesheets/toc2.css