[yelp/yelp-3-0] [yelp-common.xsl] Common CSS linktrails from yelp-xsl, with fixes



commit 86563479379eb38d1973d58d66ff5dff97b6692f
Author: Shaun McCance <shaunm gnome org>
Date:   Mon Mar 15 10:04:49 2010 -0500

    [yelp-common.xsl] Common CSS linktrails from yelp-xsl, with fixes

 stylesheets/yelp-common.xsl |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/stylesheets/yelp-common.xsl b/stylesheets/yelp-common.xsl
index 75c3847..177917b 100644
--- a/stylesheets/yelp-common.xsl
+++ b/stylesheets/yelp-common.xsl
@@ -15,15 +15,25 @@ html {
 body {
   padding: 0;
   background-color: </xsl:text><xsl:value-of select="$theme.color.background"/><xsl:text>;
+  max-width: 100%;
 }
 div.head {
+  max-width: 100%;
+  width: 100%;
   padding: 0.2em 0 0 0;
   margin: 0 0 1em 0;
+}
+div.trails {
+  padding: 0 12px 0 12px;
   background-color: </xsl:text>
     <xsl:value-of select="$theme.color.gray_background"/><xsl:text>;
   border-bottom: solid 1px </xsl:text>
     <xsl:value-of select="$theme.color.gray_border"/><xsl:text>;
 }
+div.trail {
+  font-size: 1em;
+  padding: 0;
+}
 div.body {
   margin: 0 12px 0 12px;
   padding: 0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]