summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-12-07 19:50:15 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-12-12 11:30:36 -0800
commit6c172515b6bdeb7620082f7bb25e149967403885 (patch)
tree89da64109e1b8a0a532145a0ca169d137223ef14
parent176afb0397e5c3bf0c5c1967cec65e1d017fc87c (diff)
Make links in pdf output blue so it's easier to tell they're links.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--xorg.xsl8
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>