| Zeile 64: |
Zeile 64: |
| | | | |
| | .content ol { | | .content ol { |
| − | margin: 0.7em 0 0.7em 2.8em; | + | margin: 0.7em 0 0.7em 1.2em; |
| | padding: 0; | | padding: 0; |
| | + | list-style: none; |
| | + | counter-reset: section; |
| | + | } |
| | + | |
| | + | .content ol li { |
| | + | text-indent: -1.2em; |
| | + | margin-bottom: 0.6em; |
| | + | counter-increment: section; |
| | + | } |
| | + | |
| | + | .content ol li:before { |
| | + | content: counter(section) ". "; |
| | } | | } |
| | | | |