diff options
author | Darrell Anderson <[email protected]> | 2014-01-18 14:35:15 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-01-18 14:35:15 -0600 |
commit | f7e55c95560682551bdd023e6e58324d0be7888d (patch) | |
tree | 09c941b0d4098273dfe1fbecfe16febbeaa37791 /kdoctools/customization/tde-navig.xsl | |
parent | 62c8dabd2e584d9fd37cf15014e193ac20758c41 (diff) | |
download | tdelibs-f7e55c95560682551bdd023e6e58324d0be7888d.tar.gz tdelibs-f7e55c95560682551bdd023e6e58324d0be7888d.zip |
Minor kdoctools renaming cleanup.
Diffstat (limited to 'kdoctools/customization/tde-navig.xsl')
-rw-r--r-- | kdoctools/customization/tde-navig.xsl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kdoctools/customization/tde-navig.xsl b/kdoctools/customization/tde-navig.xsl index 2e8a9e717..ef17e65a2 100644 --- a/kdoctools/customization/tde-navig.xsl +++ b/kdoctools/customization/tde-navig.xsl @@ -40,10 +40,10 @@ <xsl:variable name="home" select="/*[1]"/> <xsl:variable name="up" select="parent::*"/> <xsl:if test="$suppress.navigation = '0'"> - <div style="background-image: url({$kde.common}top-middle.png); width: 100%; height: 131px;"> + <div style="background-image: url({$tde.common}top-middle.png); width: 100%; height: 131px;"> <div style="position: absolute; right: 0px;"> - <img src="{$kde.common}top-right-konqueror.png" + <img src="{$tde.common}top-right-konqueror.png" style="margin: 0px" alt="" /> </div> <div style="position: absolute; @@ -188,17 +188,17 @@ <br/> <br/> - <div class="bannerBottom" style="background-image: url({$kde.common}bottom-middle.png); + <div class="bannerBottom" style="background-image: url({$tde.common}bottom-middle.png); background-repeat: x-repeat; width: 100%; height: 100px; bottom:0px;"> <div class="BannerBottomRight"> - <img src="{$kde.common}bottom-right.png" style="margin: 0px" alt=""/> + <img src="{$tde.common}bottom-right.png" style="margin: 0px" alt=""/> </div> <div class="bannerBottomLeft"> - <img src="{$kde.common}bottom-left.png" style="margin: 0px;" alt=""/> + <img src="{$tde.common}bottom-left.png" style="margin: 0px;" alt=""/> </div> <div id="comments" style="position:relative; top: 5px; left: 1em; height:85px; width: 50%; color: #cfe1f6"> <p>Would you like to comment or contribute an update to this page?<br/> |