[yelp-xsl] [mal2html-css] Tweaks to linkdivs



commit 22fd7b2be2a5495408ce9cf3f093aee6c04a3fd3
Author: Shaun McCance <shaunm gnome org>
Date:   Thu Jun 3 12:34:44 2010 -0500

    [mal2html-css] Tweaks to linkdivs

 xslt/mallard/html/mal2html-css.xsl |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)
---
diff --git a/xslt/mallard/html/mal2html-css.xsl b/xslt/mallard/html/mal2html-css.xsl
index b333e2d..3b54f6a 100644
--- a/xslt/mallard/html/mal2html-css.xsl
+++ b/xslt/mallard/html/mal2html-css.xsl
@@ -98,6 +98,9 @@ div.linkdiv div.title {
   font-size: 1em;
   color: inherit;
 }
+div.linkdiv div.desc {
+  color: </xsl:text><xsl:value-of select="$color.text_light"/><xsl:text>;
+}
 div.linkdiv {
   margin: 0;
   padding: 0.5em;
@@ -105,20 +108,13 @@ div.linkdiv {
   border: solid 1px </xsl:text>
     <xsl:value-of select="$color.background"/><xsl:text>;
 }
-div.linkdiv:hover {
+a:hover div.linkdiv {
+  text-decoration: none;
   border-color: </xsl:text>
     <xsl:value-of select="$color.blue_border"/><xsl:text>;
   background-color: </xsl:text>
     <xsl:value-of select="$color.blue_background"/><xsl:text>;
 }
-div.linkdivsep {
-  margin: 0.5em;
-  list-style-type: none;
-  max-width: 24em;
-  border-bottom: solid 1px </xsl:text>
-    <xsl:value-of select="$color.gray_border"/><xsl:text>;
-}
-
 
 div.example {
   border-</xsl:text><xsl:value-of select="$left"/><xsl:text>: solid 4px </xsl:text>



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