Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing centered CSS class #2060

Merged
merged 1 commit into from Mar 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions templates/crate/build_details.html
Expand Up @@ -5,6 +5,10 @@
{{ macros::doc_title(name=metadata.name, version=metadata.version) }}
{%- endblock title -%}

{%- block body_classes -%}
centered
{%- endblock body_classes -%}

{%- block topbar -%}
{%- set latest_version = "" -%}
{%- set latest_path = "" -%}
Expand Down
4 changes: 4 additions & 0 deletions templates/crate/builds.html
Expand Up @@ -9,6 +9,10 @@
<link rel="canonical" href="{{ canonical_url | safe }}" />
{%- endblock -%}

{%- block body_classes -%}
centered
{%- endblock body_classes -%}

{%- block topbar -%}
{%- set latest_version = "" -%}
{%- set latest_path = "" -%}
Expand Down
4 changes: 4 additions & 0 deletions templates/releases/releases.html
Expand Up @@ -15,6 +15,10 @@
}}
{%- endblock header -%}

{%- block body_classes -%}
centered
{%- endblock body_classes -%}

{%- block body -%}
<div class="container">
<div class="recent-releases-container">
Expand Down