Skip to content

Commit

Permalink
Remove useless div in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter authored and XhmikosR committed Mar 5, 2019
1 parent 6cd578e commit 11e12f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
16 changes: 7 additions & 9 deletions docs/_includes/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ <h1>
<main class="content">{{ content }}</main>

<footer>
<div>
<a href="https://mochajs.org">mochajs.org</a> is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"
>Creative Commons Attribution 4.0 International License</a
>.
<p>
<em>Last updated: {{ 'now' | date: '%a %b %d %H:%M:%S %Y' }}</em>
</p>
</div>
<a href="https://mochajs.org">mochajs.org</a> is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"
>Creative Commons Attribution 4.0 International License</a
>.
<p>
<em>Last updated: {{ 'now' | date: '%a %b %d %H:%M:%S %Y' }}</em>
</p>
</footer>
</body>
</html>
7 changes: 1 addition & 6 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,9 @@ img.screenshot {

footer {
background-color: #eee;
padding: 50px 0;
padding: 50px 30px;
text-align: right;
border-top: 1px solid #ddd;
}

footer div {
display: block;
margin-right: 30px;
color: #888;
font-size: 0.8em;
}
Expand Down

0 comments on commit 11e12f2

Please sign in to comment.