summaryrefslogtreecommitdiff
path: root/stylesheets/yelp-common.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/yelp-common.xsl')
-rw-r--r--stylesheets/yelp-common.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/yelp-common.xsl b/stylesheets/yelp-common.xsl
index abea4566..c4625fd9 100644
--- a/stylesheets/yelp-common.xsl
+++ b/stylesheets/yelp-common.xsl
@@ -54,13 +54,13 @@
h6 span[class~="title"] { border-bottom: none; }
h7 span[class~="title"] { border-bottom: none; }
- /* Gecko seems to get selection color wrong on some themes */
+ <!--/* Gecko seems to get selection color wrong on some themes */
::-moz-selection {
background-color: </xsl:text>
<xsl:value-of select="$yelp.color.selected.bg"/><xsl:text>;
color: </xsl:text>
<xsl:value-of select="$yelp.color.selected.fg"/><xsl:text>;
- }
+ } -->
div[class~="linktrail"] {
-moz-box-sizing: border-box;