| ... | ... | @@ -519,9 +519,21 @@ |
| 519 | 519 | min-width: calc(100% - 2.8rem); |
| 520 | 520 | } |
| 521 | 521 | } |
| 522 | .banner { |
| 523 | background-color: orange; |
| 524 | text-align: center; |
| 525 | color: black; |
| 526 | padding: 15px 5px; |
| 527 | } |
| 522 | 528 | </style> |
| 523 | 529 | </head> |
| 524 | 530 | <body class="canvas"> |
| 531 | <div class="banner"> |
| 532 | Alpha doc build, expect bugs and missing information. |
| 533 | <a href="" target="_blank">Report an Issue</a>, |
| 534 | <a href="" target="_blank">Contribute</a>, |
| 535 | <a href="" target="_blank">Learn more about stdlib source code</a>. |
| 536 | </div> |
| 525 | 537 | <div class="flex-main"> |
| 526 | 538 | <div class="flex-filler"></div> |
| 527 | 539 | <div class="flex-left sidebar"> |