diff options
author | Alex Couture <ac586133@hotmail.com> | 2014-09-03 00:23:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-09-03 00:23:18 +0900 |
commit | 8814b54e2bc964d6000c156e64af2b125dcc816a (patch) | |
tree | 711cf2c042092810b3ff50153e9942e982060b8a /kdoctools | |
parent | 67668c30ebb24145763349128df80d7e77748d6c (diff) | |
download | tdelibs-8814b54e2bc964d6000c156e64af2b125dcc816a.tar.gz tdelibs-8814b54e2bc964d6000c156e64af2b125dcc816a.zip |
Update khelpcenter style files.
Diffstat (limited to 'kdoctools')
-rw-r--r-- | kdoctools/customization/tde-navig.xsl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kdoctools/customization/tde-navig.xsl b/kdoctools/customization/tde-navig.xsl index ef17e65a2..bd6fc617c 100644 --- a/kdoctools/customization/tde-navig.xsl +++ b/kdoctools/customization/tde-navig.xsl @@ -48,12 +48,12 @@ </div> <div style="position: absolute; top: 25px; - right: 100px; - text-align: right; + left: 140px; + text-align: left; font-size: xx-large; font-weight: bold; - text-shadow: #fff 0px 0px 5px; - color: #444"> + text-shadow: #000000 1px 1px 5px; + color: #fff"> <xsl:apply-templates select="." mode="title.markup"/> </div> </div> @@ -200,9 +200,9 @@ <div class="bannerBottomLeft"> <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"> +<div id="comments" style="position:relative; top: 5px; left: 1em; height:85px; width: 50%; color: #000000"> <p>Would you like to comment or contribute an update to this page?<br/> - Send feedback to the <a href="mailto:trinity-devel@lists.pearsoncomputing.net" style="background:transparent; color:#cfe1f6; text-decoration: underline;">TDE Development Team</a></p> + Send feedback to the <a href="mailto:trinity-devel@lists.pearsoncomputing.net" style="background:transparent; color:#000000; text-decoration: underline;">TDE Development Team</a></p> </div> </div> |