diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:14:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:14:00 -0600 |
commit | ac0ec6a50292929ffe812e4a79604cbd9a7e63fb (patch) | |
tree | 13079156e430b252c44c7e9ec777218922409030 /xslt | |
parent | 145d30f0b8cbacc3599379e8717299734f3bb534 (diff) | |
download | tellico-ac0ec6a50292929ffe812e4a79604cbd9a7e63fb.tar.gz tellico-ac0ec6a50292929ffe812e4a79604cbd9a7e63fb.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/entry-templates/Video.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/entry-templates/Video.xsl b/xslt/entry-templates/Video.xsl index c74e88e..5870efa 100644 --- a/xslt/entry-templates/Video.xsl +++ b/xslt/entry-templates/Video.xsl @@ -125,7 +125,7 @@ background: <xsl:value-of select="$color2"/>; text-align: center; } - /* there seems to be a khtml bug, in 3.4.x at least, repeat-x doesn't + /* there seems to be a tdehtml bug, in 3.4.x at least, repeat-x doesn't work on the tr element, so have to put it on the th element */ tr.category th { background-image: url(<xsl:value-of select="concat($imgdir, 'gradient_header.png')"/>); |