diff options
author | Shaun McCance <shaunm@redhat.com> | 2017-10-05 19:38:00 -0400 |
---|---|---|
committer | Shaun McCance <shaunm@redhat.com> | 2017-10-05 19:39:02 -0400 |
commit | d4e42fefdb5ef365c20a30e1a698e109952facb8 (patch) | |
tree | 08cdf15e69b3b2687f498aad7394dc38a2bd5e5f /xslt | |
parent | ca3e1b17bebee8cc2af86607bbc234f4958b75f6 (diff) | |
download | yelp-xsl-d4e42fefdb5ef365c20a30e1a698e109952facb8.tar.gz |
Remove color and bgcolor on footer.about
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/common/html.xsl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl index 6441d785..57505f81 100644 --- a/xslt/common/html.xsl +++ b/xslt/common/html.xsl @@ -1070,11 +1070,7 @@ div.clear { } .center { text-align: center; } -footer.about { - color: </xsl:text><xsl:value-of select="$color.fg.gray"/><xsl:text>; - margin: 0; - background-color: </xsl:text><xsl:value-of select="$color.bg"/><xsl:text>; -} +footer.about { margin: 0; } footer.about > div.inner > div.hgroup { margin: 0; padding: 0; text-align: center; |