[yelp/mallard] [mal2html.xsl.in] Styling the link trails



commit bb5d4850b5336eb786744c15645f756c43a788d4
Author: Shaun McCance <shaunm gnome org>
Date:   Tue Jun 9 23:28:14 2009 -0500

    [mal2html.xsl.in] Styling the link trails
---
 stylesheets/mal2html.xsl.in |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/stylesheets/mal2html.xsl.in b/stylesheets/mal2html.xsl.in
index fb76980..a8af26a 100644
--- a/stylesheets/mal2html.xsl.in
+++ b/stylesheets/mal2html.xsl.in
@@ -55,6 +55,20 @@
 <!-- == mal2html.css.custom == -->
 <xsl:template name="mal2html.css.custom">
   <xsl:call-template name="yelp.common.css"/>
+  <xsl:text>
+body { padding: 0; }
+div.head {
+  padding: 0.2em 0 0 0;
+  margin: 0 0 1em 0;
+  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.body {
+  margin: 0 12px 0 12px;
+}
+  </xsl:text>
 </xsl:template>
 
 </xsl:stylesheet>



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