Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 5a5ec89a90300f554aa5632d1469b246 > files > 157

datovka-3.0.3-1.fc18.noarch.rpm

body {counter-reset: section; }

h2 {padding-top: 2em; counter-increment: section; counter-reset: subsection;}

h2:before {content: counter(section) ". ";}

h3 {padding-top: 1em; }

p { padding-left: 0.8em; }

h3 {counter-reset: subsubsection;}

h3:before {
    content: counter(section) "." counter(subsection) ". ";
    counter-increment: subsection;
}

h4:before {
    content: counter(section) "." counter(subsection) "." counter(subsubsection) ". ";
    counter-increment: subsubsection;
}