summaryrefslogtreecommitdiff
path: root/doc/aptitude-common.xsl
blob: c53c7c6dd622c6b8dc5f71644a451ffcf592515b (plain)
1
2
3
4
5
6
7
8
9
10
11
<!-- My styles -->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
                version="1.0">
  <xsl:param name="admon.graphics" select="1"/>
  <xsl:param name="navig.graphics" select="1"/>

  <xsl:param name="html.extra.head.links" select="1"/>

  <xsl:param name="segmentedlist.as.table" select="1"/>
</xsl:stylesheet>