aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja
index 29228a2..bc6b5bb 100644
--- a/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja
@@ -27,7 +27,7 @@ code in a proprietary work, I am not going to enforce this in court.
{% include 'include/item_list_style.css.jinja' %}
- ul#item_list > li > a {
+ ul.item-list > li > a {
display: flex !important;
flex-direction: column;
justify-content: center;
@@ -38,7 +38,7 @@ code in a proprietary work, I am not going to enforce this in court.
{% block main %}
<h3>{{ _('web_ui.packages.heading') }}</h3>
- <ul id="item_list">
+ <ul class="item-list">
{% for info in display_infos %}
{% set entry_classes = [] %}