« get me outta code hell

css: never pad ul.quick-info - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-06-13 17:17:08 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-06-18 22:56:11 -0300
commitaea9b936da69df0f07ddd1f480cdfba4919f8f00 (patch)
treed6779cb255cdb7c1a001f8c16c60d3e55b6573bf /src
parent89516ba387640631b6d114ff136f7bc0200d440b (diff)
css: never pad ul.quick-info
This is used for the flash gallery page.
Diffstat (limited to 'src')
-rw-r--r--src/static/css/site.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 02c8b4e0..9e9fbfa4 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -1249,6 +1249,8 @@ html[data-url-key="localized.home"] #content h1 {
 
 ul.quick-info {
   list-style: none;
+  padding-left: 0;
+  padding-right: 0;
 }
 
 ul.quick-info li {