From 0762713dc9b24060dab35adadd9332fa525eb675 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Tue, 10 Jan 2012 14:04:18 -0500 Subject: yelp-common.xsl: Style updates for yelp-xsl --- data/xslt/yelp-common.xsl.in | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/xslt/yelp-common.xsl.in b/data/xslt/yelp-common.xsl.in index 36866160..f8c62c77 100644 --- a/data/xslt/yelp-common.xsl.in +++ b/data/xslt/yelp-common.xsl.in @@ -55,12 +55,21 @@ body { background-color: ; max-width: 100%; } -div.all { border: none; } +div.all { + border: none; + margin: 0; + width: 100%; + max-width: 100%; +} div.header { max-width: 100%; width: 100%; padding: 0; - margin: 0 0 1em 0; + margin: 0 auto 1em auto; +} +div.body, div.footer { + margin: 0; + max-width: 60em; } div.code { -webkit-box-shadow: 0px 0px 4px ; -- cgit v1.2.1