Sha256: 8ed8151e659f3ebb669e8ec1c9e9e81b6e369f13df668d80bb867f047ca73ec4
Contents?: true
Size: 479 Bytes
Versions: 2
Compression:
Stored size: 479 Bytes
Contents
body { font-family: serif; } p { margin: 3pt 10pt 3pt 10pt; } h1, h2, h3, h4, h5, h6 { font-family: sans-serif; } h2 { border-bottom: 2px solid #000; counter-increment: chapter; counter-reset: h3c; } h3 { counter-increment: h3c; } h2:before { content: counter(chapter) ". "; } h3:before { content: counter(chapter) "." counter(h3c) ". "; } pre { margin: 10pt; padding: 5pt; border: 1px solid #000; border-right: 2px solid #000; border-bottom: 2px solid #000; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
markd-0.1.1 | template/css/markd.css |
markd-0.1.0 | template/css/markd.css |