X-Git-Url: https://git.deb.at/?a=blobdiff_plain;ds=sidebyside;f=static%2Fpackages.css.sed.in;h=9e09dd8192208d8f42abc3c0425e02e63662a5ee;hb=eb6e312fd73061c1f55d0696ab6686d567831498;hp=2afe3f3a74af7067af444f1216b12e1faf53df8c;hpb=5b625db7022789463f90595964f1ab4fbbce7c6f;p=deb%2Fpackages.git diff --git a/static/packages.css.sed.in b/static/packages.css.sed.in index 2afe3f3..9e09dd8 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; @@ -76,18 +84,22 @@ h1 { list-style-type: none; } +#pdeps table ul { + margin: 0; +} + #pdeps ul.uldep, #pdeps ul.uladep { list-style-type: disc; list-style-image: url(http://%SITE%/Pics/dep.gif); } #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); }