From adb9fe104bfbc7d99f7bc710c66140784b8c1af8 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Wed, 31 Mar 2010 12:34:37 -0500 Subject: [yelp-common.xsl] Adapt to wrapped-line trail indenting from yelp-xsl --- stylesheets/yelp-common.xsl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stylesheets/yelp-common.xsl b/stylesheets/yelp-common.xsl index 70ea3e98..c301bca2 100644 --- a/stylesheets/yelp-common.xsl +++ b/stylesheets/yelp-common.xsl @@ -18,6 +18,8 @@ body { padding: 0; background-color: ; max-width: 100%; + border-top: solid 1px + ; } div.head { max-width: 100%; @@ -30,13 +32,12 @@ div.trails { padding: 0.2em 12px 0 12px; background-color: ; - border-top: solid 1px - ; border-bottom: solid 1px ; } div.trail { font-size: 1em; + margin: 0 1em 0.2em 1em; padding: 0; } div.body { -- cgit v1.2.1