mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
17 lines
302 B
HTML
17 lines
302 B
HTML
{% raw %}
|
|
<!-- This markup will be inserted at the end of the <head> -->
|
|
|
|
<!-- Banners -->
|
|
<style nonce="{{ csp_nonce() }}">
|
|
div.banner {
|
|
padding-top: 1em;
|
|
background-color: white;
|
|
width: auto;
|
|
text-align: center;
|
|
}
|
|
div.banner img {
|
|
max-width: 100%;
|
|
}
|
|
</style>
|
|
{% endraw %}
|