[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#854375: marked as done ([www.debian.org] Add style to <kbd> tag)



Your message dated Wed, 08 Feb 2017 14:43:15 +0000
with message-id <E1cbTSl-0006vq-GA@moszumanska.debian.org>
and subject line Debian WWW CVS commit by larjona fixes #854375
has caused the Debian Bug report #854375,
regarding [www.debian.org] Add style to <kbd> tag
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 owner@bugs.debian.org
immediately.)


-- 
854375: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854375
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Severity: normal
Tags: patch

Dear all:

The report in https://lists.debian.org/debian-www/2017/02/msg00008.html suggests to put in italics certain commands mentioned in the page https://www.debian.org/MailingLists/

Those commands are indeed tagged with <kbd> in our source wml files, but it seems our style sheet does not add any particular style to the <kbd> tag (which is used in other pages too).

The attached patch adds to <kbd> the same style as we use, for now, for the <code> tags.

If nobody complains, I'll merge it in a few days.

Best regards
--
Laura Arjona Reina
https://wiki.debian.org/LauraArjona
Index: debian.css
===================================================================
RCS file: /cvs/webwml/webwml/english/debian.css,v
retrieving revision 1.104
diff -u -r1.104 debian.css
--- debian.css  8 Jul 2016 10:06:39 -0000       1.104
+++ debian.css  6 Feb 2017 13:22:46 -0000
@@ -418,7 +418,7 @@
        white-space: pre;
        color: black;
 }
-tt, code {
+tt, kbd, code {
        font-family: monospace;
        /* see https://lists.debian.org/debian-www/2011/08/msg00181.html */
        /* white-space: pre; */

--- End Message ---
--- Begin Message ---
This bug was closed by larjona in the webwml CVS repository:

https://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	17/02/08 14:43:15

Modified files:
	japanese/News/weekly/2011/06: index.wml 

Log message:
	fix space

Modified files:
	japanese/intro : free.wml 
Added files:
	japanese/releases/stretch: Makefile index.wml 

Log message:
	Subject: [PATCH 10/14] Update Japanese translation

Modified files:
	english        : debian.css 

Log message:
	Add style to <kbd> tag. Closes: #854375

--- End Message ---

Reply to: