diff options
author | Riley L. <riley@e926.de> | 2025-05-12 12:42:59 +0200 |
---|---|---|
committer | Riley L. <riley@e926.de> | 2025-05-12 12:42:59 +0200 |
commit | f7493a117a300440b80390c865e335188295d9b1 (patch) | |
tree | cce6cbfc33538ab64dc78dac5d63aa9f5f256e1a /style.css | |
parent | 868fa10610a4341e7c0d634310049930a33fa9e0 (diff) | |
download | abrechenbarkeit-f7493a117a300440b80390c865e335188295d9b1.tar abrechenbarkeit-f7493a117a300440b80390c865e335188295d9b1.tar.bz2 abrechenbarkeit-f7493a117a300440b80390c865e335188295d9b1.tar.zst |
change some print thingys
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -422,6 +422,10 @@ form.disabled input { display: block; } + table.productlist { + width: 100%; + } + .userlist a, ul { display: block; @@ -450,4 +454,8 @@ form.disabled input { form { display: none; } + + section.firstletterlist { + display: none; + } } |