aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/include
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-09-05 13:58:34 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-09 13:55:05 +0200
commit2ef6e8c3177aeedb25258171133ef1cf8720f8f0 (patch)
tree854b65b0bd3a34d980b82fc120a466d54d9fba81 /src/hydrilla/proxy/web_ui/templates/include
parent6f6b40823b1e517149e238576fc8c210341f376f (diff)
downloadhaketilo-hydrilla-2ef6e8c3177aeedb25258171133ef1cf8720f8f0.tar.gz
haketilo-hydrilla-2ef6e8c3177aeedb25258171133ef1cf8720f8f0.zip
[proxy] complete the text content and styling of web UI pages written so far
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/include')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja b/src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja
index 86ac1b5..d834862 100644
--- a/src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja
@@ -26,7 +26,7 @@ ul#item_list > li {
list-style-type: none;
max-width: 100%;
white-space: nowrap;
- margin: 0 5px 0 5px;
+ margin: 0;
}
ul#item_list > li > :only-child {