[yelp-xsl] [xslt/common/html.xsl] Use nowrap on key and keyseq



commit 6d3851e85ef027c907fb96e04d0e5ff947db725c
Author: Shaun McCance <shaunm gnome org>
Date:   Fri Dec 17 13:55:28 2010 -0500

    [xslt/common/html.xsl] Use nowrap on key and keyseq

 xslt/common/html.xsl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 90d40e2..da61abb 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -909,10 +909,12 @@ span.key {
   border: solid 1px </xsl:text>
     <xsl:value-of select="$color.yellow_border"/><xsl:text>;
   padding: 0 0.2em 0 0.2em;
+  white-space: nowrap
 }
 span.keyseq {
   color: </xsl:text>
     <xsl:value-of select="$color.text_light"/><xsl:text>;
+  white-space: nowrap
 }
 span.output { font-family: monospace; }
 pre span.output {



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