From 8dedf73a241e9cafc163a91056138ed4e9745b03 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Fri, 10 Jan 2014 18:18:51 +0000 Subject: [PATCH] - Render port and package names as links to their package description as they used to be rendered Reported by: wblock --- share/misc/docbook.css | 1 + share/xml/freebsd-fo.xsl | 10 ++++++++++ share/xml/freebsd-xhtml-common.xsl | 8 ++++++++ 3 files changed, 19 insertions(+) diff --git a/share/misc/docbook.css b/share/misc/docbook.css index d7cc2508a3..5c279deaae 100644 --- a/share/misc/docbook.css +++ b/share/misc/docbook.css @@ -217,6 +217,7 @@ html { } .package, .port { + color: #007a00; font-family: monospace; font-style: italic; } diff --git a/share/xml/freebsd-fo.xsl b/share/xml/freebsd-fo.xsl index b7bbd2b187..dcc06e9b1a 100644 --- a/share/xml/freebsd-fo.xsl +++ b/share/xml/freebsd-fo.xsl @@ -399,6 +399,16 @@ + + + + + + + + + + diff --git a/share/xml/freebsd-xhtml-common.xsl b/share/xml/freebsd-xhtml-common.xsl index a478394d9c..79888f82ef 100644 --- a/share/xml/freebsd-xhtml-common.xsl +++ b/share/xml/freebsd-xhtml-common.xsl @@ -86,6 +86,14 @@ + + + + + + + +