From: Frank Lichtenheld
Date: Sun, 9 Sep 2007 01:06:55 +0000 (+0200)
Subject: html/show.tmpl: Improve dependency list readability for blind people
X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=5fa4677a30bf12808f781367893a9d66ff839da4;p=deb%2Fpackages.git
html/show.tmpl: Improve dependency list readability for blind people
Suggested by Richard Atterer
Use @media to define .visual/.nonvisual to be used instead of the
slightly broken hidecss. Replace by since we don't intend
to show images here most of the time anyway.
Also let the list-style-type differ so that people can see the difference
even without images.
---
diff --git a/static/packages.css.sed.in b/static/packages.css.sed.in
index 2afe3f3..bf44d3d 100644
--- a/static/packages.css.sed.in
+++ b/static/packages.css.sed.in
@@ -1,3 +1,11 @@
+@media handheld, print, projection, screen, tv {
+ .nonvisual { display: none; }
+}
+
+@media braille, embossed, speech, tty {
+ .visual { display: none; }
+}
+
#hpacketsearch {
display: block;
padding-top: 1px;
@@ -82,12 +90,12 @@ h1 {
}
#pdeps ul.ulrec, #pdeps ul.ulidep {
- list-style-type: disc;
+ list-style-type: square;
list-style-image: url(http://%SITE%/Pics/rec.gif);
}
#pdeps ul.ulsug {
- list-style-type: disc;
+ list-style-type: circle;
list-style-image: url(http://%SITE%/Pics/sug.gif);
}
diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl
index 554f48f..7c7dd17 100644
--- a/templates/html/show.tmpl
+++ b/templates/html/show.tmpl
@@ -217,7 +217,7 @@ Do not install it on a normal Debian system.