diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-08 21:35:55 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-08 21:35:55 +0000 |
commit | 4238149d57965726ba357a52f7953727d2cb01bb (patch) | |
tree | bfdfdeac47d92a4bb6f3dd2d69421ab6129dc484 /stylesheets/xhtml/lfs-legalnotice.xsl | |
parent | 85c6cf4d374789e43725dd885d2d84d64000e854 (diff) |
Navigational links: back again to use <ul>
and made a proper css code.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3538 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/xhtml/lfs-legalnotice.xsl')
-rw-r--r-- | stylesheets/xhtml/lfs-legalnotice.xsl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stylesheets/xhtml/lfs-legalnotice.xsl b/stylesheets/xhtml/lfs-legalnotice.xsl index d96649046..465c34542 100644 --- a/stylesheets/xhtml/lfs-legalnotice.xsl +++ b/stylesheets/xhtml/lfs-legalnotice.xsl @@ -1,5 +1,7 @@ <?xml version='1.0' encoding='ISO-8859-1'?> +<!-- Version 0.9 - Manuel Canales Esparcia <macana@lfs-es.org> --> + <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" version="1.0"> @@ -26,10 +28,9 @@ <div class="{local-name(.)}"> <xsl:apply-templates mode="titlepage.mode"/> </div> - <hr/> <div class="navfooter"> <ul class="footerlinks"> - <li> + <li class="home"> <a accesskey="h"> <xsl:attribute name="href"> <xsl:text>../index.html</xsl:text> |