Your message dated Thu, 13 Mar 2003 21:33:50 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#184267: PTS: needs alternate stylesheet with *standard* 
links rendering
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 11 Mar 2003 08:47:47 +0000
>From [EMAIL PROTECTED] Tue Mar 11 02:47:47 2003
Return-path: <[EMAIL PROTECTED]>
Received: from (smtp-out.fr.alcove.com) [81.80.245.157] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18sfQI-0003I0-00; Tue, 11 Mar 2003 02:47:46 -0600
Received: from vitel.alcove-fr ([10.16.10.8])
        by smtp-out.fr.alcove.com with esmtp (Exim 3.12 #1 (Debian))
        id 18sfPg-0006zs-00; Tue, 11 Mar 2003 09:47:08 +0100
Received: from ydirson by vitel.alcove-fr with local (Exim 3.35 #1 (Debian))
        id 18sfPl-000204-00; Tue, 11 Mar 2003 09:47:13 +0100
Date: Tue, 11 Mar 2003 09:47:13 +0100
From: Yann Dirson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: PTS: needs alternate stylesheet with *standard* links rendering
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.3.25i
X-Reportbug-Version: 1.50
Sender: Yann Dirson <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-3.1 required=4.0
        tests=HAS_PACKAGE,PATCH_UNIFIED_DIFF,SIGNATURE_SHORT_DENSE,
              SPAM_PHRASE_02_03,USER_AGENT,USER_AGENT_MUTT
        version=2.44
X-Spam-Level: 

Package: qa.debian.org
Version: N/A; reported 2003-03-11
Severity: normal
Tags: patch

1. Change the <HEAD> to contain the 2 following links:

<link title="Default" href="pts.css" rel="stylesheet">
<link title="Standard link rendering" href="pts2.css" rel="alternate 
stylesheet">


2. Add a pts2.css which is just pts.css with all text-decoration
attributes removed, ie:

--- /home/ydirson/docs/pts.css  Tue Mar 11 09:30:02 2003
+++ /home/ydirson/docs/pts2.css Tue Mar 11 09:42:55 2003
@@ -45,23 +45,16 @@
     border: 1px solid black;
 }
 
-/* Liens */
-a {
-    text-decoration: none;
-}
+/* Links */
 a:hover {
     color: blue;
-    text-decoration: underline;
 }
 a.none {
     color: black;
-    text-decoration: none;
 }
 a.titlelink {
     color: white;
-    text-decoration: none;
 }
 a.titlelink:hover {
     color: #A0A0FF;
-    text-decoration: none;
 }


3. optionally, turn pts.css to just include pts2.css, and add those
attributes (sorry, I'm no css guru)


4. _please_ consider making this one the default, so that people can
make the most use of the PTS pages.  The "titlelink" items are really
hidden - even knowing there are some, I have to search for them
everytime I need them.  It is *far* from being user-friendly.


And, most of all, thanks for your work on these pages :)


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux vitel 2.4.20-station+usbdev #1 Thu Feb 20 16:32:00 CET 2003 i686
Locale: LANG=french, LC_CTYPE=french

-- 
Yann Dirson <[EMAIL PROTECTED]>                 http://www.alcove.com/
Technical support manager                Responsable de l'assistance technique
Senior Free-Software Consultant          Consultant senior en Logiciels Libres
Debian developer ([EMAIL PROTECTED])                        Développeur Debian

---------------------------------------
Received: (at 184267-done) by bugs.debian.org; 13 Mar 2003 20:34:22 +0000
>From [EMAIL PROTECTED] Thu Mar 13 14:34:21 2003
Return-path: <[EMAIL PROTECTED]>
Received: from a1-2.ppp10.hrnet.fr (buxy.ouaza.com) [212.94.201.10] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18tZPB-0004Cb-00; Thu, 13 Mar 2003 14:34:21 -0600
Received: by buxy.ouaza.com (Postfix, from userid 1000)
        id 8B6E7EB6D6; Thu, 13 Mar 2003 21:33:50 +0100 (CET)
Date: Thu, 13 Mar 2003 21:33:50 +0100
From: Raphael Hertzog <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#184267: PTS: needs alternate stylesheet with *standard* links 
rendering
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.3.28i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-3.3 required=4.0
        tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,
              SIGNATURE_SHORT_DENSE,SPAM_PHRASE_02_03,USER_AGENT,
              USER_AGENT_MUTT
        version=2.44
X-Spam-Level: 

Le Tue, Mar 11, 2003 at 09:47:13AM +0100, Yann Dirson écrivait:
> 1. Change the <HEAD> to contain the 2 following links:
> 
> <link title="Default" href="pts.css" rel="stylesheet">
> <link title="Standard link rendering" href="pts2.css" rel="alternate 
> stylesheet">
> 
> 
> 2. Add a pts2.css which is just pts.css with all text-decoration
> attributes removed, ie:

Done. I keep the standard one by default, that's just personal a
personal taste issue ... the links in the title are not that important
and you're not supposed to use them often. :-)

Cheers,
-- 
Raphaël Hertzog -+- http://www.ouaza.com
Formation Linux et logiciel libre : http://www.logidee.com

Reply via email to