authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-01-21 16:54:09-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-01-21 20:31:13-07:00
loga054c01f5ceb0575909e9d416320f393514472dc
tree083f230565a00b62fa4c9347b3b51c83ae53be6b
parente9c7ebe79e968b5a173b58d908aad7d7040eed23

Revert "langref: add section numbers"

This reverts commit 3542dbf0ea5bc1ddb1c5e1c856745dc07e6c0a18. I don't like them

1 files changed, 0 insertions(+), 33 deletions(-)

doc/langref.html.in-33
......@@ -301,39 +301,6 @@
301301 color: #fff;
302302 }
303303 }
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 }
337304 </style>
338305</head>
339306<body>