diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-09-05 13:58:34 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-09-28 14:03:14 +0200 |
commit | 04853ff19450c5925a7c9bacc11abe90e75f8510 (patch) | |
tree | 8c3579c4280177bfd296d674b720fa5e0d18bf2d /src/hydrilla/proxy/web_ui/templates/include | |
parent | 58b679e7412bad37e7a0206dcb5d1beab77cbb79 (diff) | |
download | haketilo-hydrilla-04853ff19450c5925a7c9bacc11abe90e75f8510.tar.gz haketilo-hydrilla-04853ff19450c5925a7c9bacc11abe90e75f8510.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.jinja | 2 |
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 { |