Your message dated Thu, 28 May 2015 18:55:33 +0000
with message-id <[email protected]>
and subject line Debian WWW CVS commit by larjona-guest fixes #783666
has caused the Debian Bug report #783666,
regarding www.debian.org: <var> tag has no css style associated
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
783666: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783666
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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;
--- End Message ---
--- Begin Message ---
This bug was closed by larjona-guest in the webwml CVS repository:
http://www.debian.org/devel/website/using_cvs
Note that it might take some time until www.debian.org has been updated.
CVSROOT: /cvs/webwml
Module name: webwml
Changes by: larjona-guest 15/05/28 18:55:33
Modified files:
english : debian.css
Log message:
Add style for <var> tag. Closes: #783666
--- End Message ---