This is an automated email from the ASF dual-hosted git repository. sbp pushed a commit to branch top-navbar-bis in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit 53ba066ea9b98d6a2e7113ef948d0600afbe6fbf Author: Dave Fisher <[email protected]> AuthorDate: Sun Dec 7 13:33:07 2025 -0800 Proper jinja block use --- atr/templates/layouts/base.html | 52 ++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/atr/templates/layouts/base.html b/atr/templates/layouts/base.html index 94f0736..476b78f 100644 --- a/atr/templates/layouts/base.html +++ b/atr/templates/layouts/base.html @@ -19,36 +19,36 @@ <link rel="stylesheet" href="{{ static_url('css/bootstrap-icons.min.css') }}" /> <link rel="stylesheet" href="{{ static_url('css/bootstrap.custom.css') }}" /> - {% endblock stylesheets %} - {% block head_extra %} - {% endblock head_extra %} - <style> - body { - padding-top: 72px; - } + <style> + body { + padding-top: 72px; + } - .fixed-top { - position: fixed; - } + .fixed-top { + position: fixed; + } - .asf-logo { - height: 42px; - margin-left: 6px; - } + .asf-logo { + height: 42px; + margin-left: 6px; + } - .trusted-releases { - position: relative; - top: -10px; - margin-left: 10px; - font-weight: 650 !important; - } + .trusted-releases { + position: relative; + top: -10px; + margin-left: 10px; + font-weight: 650 !important; + } - .navbar-adp-offset { - position: relative; - top: 3px; - margin-left: 16px; - } - </style> + .navbar-adp-offset { + position: relative; + top: 3px; + margin-left: 16px; + } + </style> + {% endblock stylesheets %} + {% block head_extra %} + {% endblock head_extra %} </head> <body class="{%- block body_class -%}{%- endblock body_class -%}"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
