Revert "Merge pull request #69 from radicallyopensecurity/customizable-signature-box"

This reverts commit f32700cf6b756aea4d13ecfbd9923b5967a85080, reversing
changes made to 8d33e75c670c77ce9cbd31f62b6551b074bcf030.

# Conflicts:
#	xml/xslt/styles_off.xslt
This commit is contained in:
skyanth 2019-06-20 14:45:42 +02:00
parent ddab472883
commit c65cc36910
2 changed files with 6 additions and 12 deletions

View File

@ -129,8 +129,8 @@
<xsl:template name="findingsSummaryContent">
<fo:table-row xsl:use-attribute-sets="TableFont">
<xsl:if test="position() mod 2 != 0">
<xsl:attribute name="background-color">#ededed</xsl:attribute>
</xsl:if>
<xsl:attribute name="background-color">#ededed</xsl:attribute>
</xsl:if>
<fo:table-cell xsl:use-attribute-sets="td">
<fo:block>
<!-- attach id to first finding of each threatLevel so pie charts can link to it -->
@ -231,8 +231,8 @@
<xsl:template name="recommendationsSummaryContent">
<fo:table-row xsl:use-attribute-sets="TableFont">
<xsl:if test="position() mod 2 != 0">
<xsl:attribute name="background-color">#ededed</xsl:attribute>
</xsl:if>
<xsl:attribute name="background-color">#ededed</xsl:attribute>
</xsl:if>
<fo:table-cell xsl:use-attribute-sets="td">
<fo:block>
<fo:basic-link xsl:use-attribute-sets="link">
@ -252,8 +252,7 @@
<fo:block>
<xsl:choose>
<xsl:when test="recommendation_summary">
<xsl:apply-templates select="recommendation_summary" mode="summarytable"
/>
<xsl:apply-templates select="recommendation_summary" mode="summarytable"/>
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates select="recommendation" mode="summarytable"/>

View File

@ -26,9 +26,4 @@
<xsl:attribute-set name="region-body-cover">
</xsl:attribute-set>
<!-- service breakdown -->
<xsl:attribute-set name="moneycell">
<xsl:attribute name="text-align-last">justify</xsl:attribute>
</xsl:attribute-set>
</xsl:stylesheet>
</xsl:stylesheet>