mirror of
https://github.com/fmtlib/fmt.git
synced 2026-08-03 20:14:20 +02:00
Fix class conflict
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+3
-1
@@ -34,7 +34,9 @@
|
||||
|
||||
{% block header %}
|
||||
<nav class="navbar navbar-expand-md" data-bs-theme="dark">
|
||||
<div class="container">
|
||||
{# Bootstrap's container has been renamed to tb-container to avoid a
|
||||
conflict with Sphinx. #}
|
||||
<div class="tb-container">
|
||||
<a class="navbar-brand" href="index.html">{fmt}</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
|
||||
data-bs-target="#navbarSupportedContent"
|
||||
|
||||
Reference in New Issue
Block a user