aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/style.css
index bcb9ca8..ce7329c 100644
--- a/style.css
+++ b/style.css
@@ -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;
+ }
}