changed "footer" class to id

added markers for begin and end of content
This commit is contained in:
lars 2007-02-22 01:57:01 +00:00
parent 8f7230c1ea
commit b470552fa2
3 changed files with 4 additions and 2 deletions

View file

@ -171,7 +171,7 @@ div.onecolumn p {
font-size: 0.8em;
}
div.footer {
div#footer {
margin: 20px 0 5px 0;
padding: 5px 0 5px 0;
border-top: 1px solid #C4C4C4;

View file

@ -1,5 +1,5 @@
<div class="footer">
<div id="footer">
<p>-- a <a href="http://senselab.org">Sense.Lab</a> project -- <a href="http://senselab.org/component/option,com_dfcontact/Itemid,29/">Impressum</a> --</p>
</div>

View file

@ -1,5 +1,7 @@
%(header)s
%(nav)s
<!-- content starts here -->
%(entries)s
<!-- content ends here -->
%(footer)s