| ... | ... | @@ -301,39 +301,6 @@ |
| 301 | 301 | color: #fff; |
| 302 | 302 | } |
| 303 | 303 | } |
| 304 | | |
| 305 | | @media all { |
| 306 | | main { |
| 307 | | counter-reset: section-2; |
| 308 | | } |
| 309 | | h2 { |
| 310 | | counter-reset: section-3; |
| 311 | | } |
| 312 | | h2::before { |
| 313 | | counter-increment: section-2; |
| 314 | | content: counter(section-2) ". "; |
| 315 | | font-weight: normal; |
| 316 | | } |
| 317 | | h3 { |
| 318 | | counter-reset: section-4; |
| 319 | | } |
| 320 | | h3::before { |
| 321 | | counter-increment: section-3; |
| 322 | | content: counter(section-2) "." counter(section-3) ". "; |
| 323 | | font-weight: normal; |
| 324 | | } |
| 325 | | h4::before { |
| 326 | | counter-increment: section-4; |
| 327 | | content: counter(section-2) "." counter(section-3) "." counter(section-4) ". "; |
| 328 | | font-weight: normal; |
| 329 | | } |
| 330 | | #zig-version::before { |
| 331 | | content: ""; |
| 332 | | } |
| 333 | | #table-of-contents::before { |
| 334 | | content: ""; |
| 335 | | } |
| 336 | | } |
| 337 | 304 | </style> |
| 338 | 305 | </head> |
| 339 | 306 | <body> |