style: footer inside #body

This commit is contained in:
Astro 2010-11-27 19:28:35 +01:00
parent 24d253c46e
commit a5fe2b7857
3 changed files with 5 additions and 7 deletions

View File

@ -307,12 +307,9 @@ pre {
/* -- footer -- */
#footer {
clear: both;
margin: 0 2em 2em 2em;
margin: 0 2em;
text-align: center;
font-size: small;
border: #ccc 1px solid;
border-top: none;
}
#footer ul, #footer li {

View File

@ -7,7 +7,7 @@
xmlns:date="http://exslt.org/dates-and-times" exclude-result-prefixes="xsl rss rdf">
<xsl:template name="footer">
<footer>
<footer id="footer">
<!-- ### Footer ### -->
<xsl:comment>
<xsl:text> ### Footer ### </xsl:text>

View File

@ -129,6 +129,8 @@
<xsl:comment>ESTFORM</xsl:comment>
<xsl:comment>ESTRESULT</xsl:comment>
<xsl:comment>ESTINFO</xsl:comment>
<xsl:call-template name="footer" />
</section> <!-- class="search" -->
</xsl:when>
<xsl:otherwise> <!-- normale Seite -->
@ -159,12 +161,11 @@
</xsl:call-template>
</section> <!-- id="content" -->
<xsl:call-template name="footer" />
</xsl:otherwise>
</xsl:choose>
</div> <!-- id="body" -->
<xsl:call-template name="footer" />
</div> <!-- id="page" -->
</xsl:element> <!-- name="body" -->
</xsl:element> <!-- name="html" -->