Remove the horizontal ruler from the footer
This commit is contained in:
parent
8531e18b02
commit
de03aee879
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue