From 5fa4677a30bf12808f781367893a9d66ff839da4 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sun, 9 Sep 2007 03:06:55 +0200 Subject: [PATCH] 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. --- static/packages.css.sed.in | 12 ++++++++++-- templates/html/show.tmpl | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) 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.

Other Packages Related to [% pkg %]

- +
[% IF is_source %] @@ -234,7 +234,7 @@ Do not install it on a normal Debian system.

[% '
  • ' UNLESS is_old_pkgs %] [% FOREACH alternatives %] [% '
    ' IF loop.first %] -
    [% IF loop.first %][[% id %]][% ELSE %]or [% END %] +
    [% IF loop.first %][% id %]:[% ELSE %]or [% END %] [% IF suite %][% name %][% ELSE %][% name %][% END %] [% ' (' _ version _ ')' IF version %] [% ' [' _ arch_str _ ']' IF arch_str %]
    -- 2.39.2
  • [adep]= build-depends [idep]= build-depends-indep