]> git.deb.at Git - deb/packages.git/blobdiff - static/packages.css.sed.in
html/show.tmpl: Improve dependency list readability for blind people
[deb/packages.git] / static / packages.css.sed.in
index 2afe3f3a74af7067af444f1216b12e1faf53df8c..bf44d3d1c0f682f8dc04c0c71f8ebd1290c5976d 100644 (file)
@@ -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);
 }