Remove the horizontal ruler from the footer

This commit is contained in:
Tom Willemse 2016-02-15 01:48:13 +01:00
parent 8531e18b02
commit de03aee879
2 changed files with 1 additions and 1 deletions

View file

@ -42,7 +42,6 @@
{/if}
<footer id="site-footer">
<hr />
This site was last updated on <time>{$pubdate}</time>.
<br />
Unless otherwise credited all material

View file

@ -59,6 +59,7 @@ article ul { margin-left: 1em; }
#site-header, #site-footer, #page-navigation, ol, ul { margin-bottom: 15px !important; }
#site-navigation ul, ul.tags { float: right; list-style: none; }
#site-navigation li { display: inline-block; margin-left: 7px; }
#site-footer { margin-top: 15px !important; }
ul.tags li {
display: inline-block;