css-team: fix bug: styles from header/content interfering with footer.

git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@26 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
terehm 2018-11-02 08:52:21 +00:00
parent 1d8b172ddf
commit 224b88c682
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<div class="head">INFO</div>
<div class="child">
Author: {{page.author}}<br>
<a href="/credits.html">Credits</a>
<a href="/credits.html">Credits</a> <!-- TODO: talk about link formatting in footer -->
</div>
</div>

View File

@ -4,6 +4,7 @@
footer{
background-color: grey; /* TODO: replace placeholder color and add text color */
overflow: auto;
text-align: left;
}
footer > div {