donate followup
All checks were successful
continuous-integration/drone/push Build is passing

update text to use the same as in the donation banner and the styling
This commit is contained in:
2024-05-08 10:38:45 +02:00
parent eeaddd5c69
commit 2d2833ea89
2 changed files with 4 additions and 1 deletions

View File

@@ -63,7 +63,7 @@
<xsl:when test="/buildinfo/document/followup = 'donate'">
<xsl:attribute name="class">donate</xsl:attribute>
<xsl:element name="p">
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'donate-paragraph'" /></xsl:call-template>
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'support-paragraph'" /></xsl:call-template>
<br />
<xsl:element name="a">
<xsl:attribute name="href">https://my.fsfe.org/donate</xsl:attribute>

View File

@@ -883,6 +883,9 @@ aside#followup.donate {
/*.make-sm-column(8);*/
padding: 0;
padding-top: 1em;
font-size: 2.3rem;
font-weight: bold;
text-align: center;
}
a.btn {