diff options
author | Shaun McCance <shaunm@gnome.org> | 2011-12-21 09:19:51 -0500 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2011-12-21 09:19:51 -0500 |
commit | 05615bd6e63d919950f355a24314a5a666a7dd73 (patch) | |
tree | 4acb841feb07d75448189540ce735e6edcf0c4fd /data | |
parent | 0170c44ad104a890415c52dc732560d8d26a4bc9 (diff) | |
download | yelp-05615bd6e63d919950f355a24314a5a666a7dd73.tar.gz |
yelp-common.xsl.in: Quick CSS update for yelp-xsl, need full audit
Diffstat (limited to 'data')
-rw-r--r-- | data/xslt/yelp-common.xsl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/xslt/yelp-common.xsl.in b/data/xslt/yelp-common.xsl.in index cbdad5bd..36866160 100644 --- a/data/xslt/yelp-common.xsl.in +++ b/data/xslt/yelp-common.xsl.in @@ -55,6 +55,7 @@ body { background-color: </xsl:text><xsl:value-of select="$color.background"/><xsl:text>; max-width: 100%; } +div.all { border: none; } div.header { max-width: 100%; width: 100%; |