[PATCH] Make links in pdf output blue so it's easier to tell they're links.
Gaetan Nadon
memsize at videotron.ca
Wed Dec 8 07:35:21 PST 2010
On Tue, 2010-12-07 at 19:52 -0800, Alan Coopersmith wrote:
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
> ---
> xorg.xsl | 8 ++++++++
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/xorg.xsl b/xorg.xsl
> index 6184b4e..cf6c649 100644
> --- a/xorg.xsl
> +++ b/xorg.xsl
> @@ -46,4 +46,12 @@ DEALINGS IN THE SOFTWARE.
> thus not needing to wait for http fetch of draft.png from docbook website.
> -->
> <xsl:param name="draft.mode" select="no"/>
> +
> + <!--
> + Make links in pdf output blue so it's easier to tell they're links.
> + -->
> + <xsl:attribute-set name="xref.properties">
> + <xsl:attribute name="color">blue</xsl:attribute>
> + </xsl:attribute-set>
> +
> </xsl:stylesheet>
Reviewed-by: Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
Links are blue and they work.
The subject like should have been [PATCH xorg-sgml-doctools] (or any
suitable hint) as it is not a server patch.
You can use "git config format.subjectprefix "PATCH xorg-sgml-doctools"
and it is easy to script for all modules.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20101208/3c6740e1/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg-devel/attachments/20101208/3c6740e1/attachment.pgp>
More information about the xorg-devel
mailing list