| ... | @@ -523,16 +523,20 @@ | ... | @@ -523,16 +523,20 @@ |
| 523 | background-color: orange; | 523 | background-color: orange; |
| 524 | text-align: center; | 524 | text-align: center; |
| 525 | color: black; | 525 | color: black; |
| 526 | padding: 15px 5px; | 526 | padding: 5px 5px; |
| | 527 | } |
| | 528 | .banner a { |
| | 529 | color: black; |
| | 530 | text-decoration: underline; |
| 527 | } | 531 | } |
| 528 | </style> | 532 | </style> |
| 529 | </head> | 533 | </head> |
| 530 | <body class="canvas"> | 534 | <body class="canvas"> |
| 531 | <div class="banner"> | 535 | <div class="banner"> |
| 532 | Alpha doc build, expect bugs and missing information. | 536 | This is a beta autodoc build; expect bugs and missing information. |
| 533 | <a href="" target="_blank">Report an Issue</a>, | 537 | <a href="https://github.com/ziglang/zig/wiki/How-to-contribute-to-Autodoc">Report an Issue</a>, |
| 534 | <a href="" target="_blank">Contribute</a>, | 538 | <a href="https://github.com/ziglang/zig/wiki/How-to-contribute-to-Autodoc">Contribute</a>, |
| 535 | <a href="" target="_blank">Learn more about stdlib source code</a>. | 539 | <a href="https://github.com/ziglang/zig/wiki/How-to-read-the-standard-library-source-code">Learn more about stdlib source code</a>. |
| 536 | </div> | 540 | </div> |
| 537 | <div class="flex-main"> | 541 | <div class="flex-main"> |
| 538 | <div class="flex-filler"></div> | 542 | <div class="flex-filler"></div> |
| ... | @@ -594,7 +598,7 @@ | ... | @@ -594,7 +598,7 @@ |
| 594 | </div> | 598 | </div> |
| 595 | 		 <div> | 599 | 		 <div> |
| 596 | 			 <input id="privDeclsBox" type="checkbox"/> | 600 | 			 <input id="privDeclsBox" type="checkbox"/> |
| 597 | Internal Doc Mode | 601 | <label for="privDeclsBox">Internal Doc Mode</label> |
| 598 | 		 </div> | 602 | 		 </div> |
| 599 | </nav> | 603 | </nav> |
| 600 | </div> | 604 | </div> |