| ... | ... | @@ -97,7 +97,7 @@ |
| 97 | 97 | margin: auto; |
| 98 | 98 | } |
| 99 | 99 | |
| 100 | | #index { |
| 100 | #toc { |
| 101 | 101 | padding: 0 1em; |
| 102 | 102 | } |
| 103 | 103 | |
| ... | ... | @@ -105,7 +105,7 @@ |
| 105 | 105 | #main-wrapper { |
| 106 | 106 | flex-direction: row; |
| 107 | 107 | } |
| 108 | | #contents-wrapper, #index { |
| 108 | #contents-wrapper, #toc { |
| 109 | 109 | overflow: auto; |
| 110 | 110 | } |
| 111 | 111 | } |
| ... | ... | @@ -181,7 +181,7 @@ |
| 181 | 181 | </head> |
| 182 | 182 | <body> |
| 183 | 183 | <div id="main-wrapper"> |
| 184 | | <div id="index"> |
| 184 | <div id="toc"> |
| 185 | 185 | <a href="https://ziglang.org/documentation/0.1.1/">0.1.1</a> | |
| 186 | 186 | <a href="https://ziglang.org/documentation/0.2.0/">0.2.0</a> | |
| 187 | 187 | <a href="https://ziglang.org/documentation/0.3.0/">0.3.0</a> | |
| ... | ... | @@ -189,7 +189,7 @@ |
| 189 | 189 | <a href="https://ziglang.org/documentation/0.5.0/">0.5.0</a> | |
| 190 | 190 | <a href="https://ziglang.org/documentation/0.6.0/">0.6.0</a> | |
| 191 | 191 | master |
| 192 | | <h1>Index</h1> |
| 192 | <h1>Contents</h1> |
| 193 | 193 | {#nav#} |
| 194 | 194 | </div> |
| 195 | 195 | <div id="contents-wrapper"><div id="contents"> |