Package: www.debian.org Severity: normal Tags: patch Hi everybody By means of bug report #705024, I've noticed that the wml code tagged with "<var>" has no particular decoration, so it passes unnoticed.
I've attached a patch to debian.css adding a style similar to "<code>" tag, but with italics, since it's frequent that we find the two tags near each other. If there are no objections, I'll commit the patch after two weeks. This patch should partially close #705024 too. -- System Information: Debian Release: 8.0 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
Index: debian.css =================================================================== RCS file: /cvs/webwml/webwml/english/debian.css,v retrieving revision 1.102 diff -u -r1.102 debian.css --- debian.css 30 Apr 2014 09:21:48 -0000 1.102 +++ debian.css 28 Apr 2015 21:42:43 -0000 @@ -424,6 +424,11 @@ /* white-space: pre; */ color: black; } +var { + font-family: monospace; + font-style: italic; + color: black; +} dt { margin: 1.5em 0 0 0; font-weight: bold;