1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-05-18 22:45:31 +02:00

fixed subsection counter

This commit is contained in:
p4bl0 2010-07-24 04:25:58 +02:00
parent 58c0b9de04
commit 2ecf693a9e

View file

@ -99,11 +99,11 @@ article > div h2 {
font-size: 1.4em;
font-weight: normal;
counter-increment: section;
counter-reset: subsection;
}
article > div h2:before {
display: inline;
content: counter(section) ". ";
counter-reset: subsection;
}
article > div h3 {
margin: 1em 0 0.5em 0;