Add some hr elements for formatting in text-only browsers

Added some hr elements to separate statuses when viewing in
a text-only browser.
This commit is contained in:
St John Karp 2018-08-25 15:48:58 -07:00
parent b76a68cd7c
commit 197d31da35
2 changed files with 6 additions and 0 deletions

View File

@ -93,3 +93,7 @@ nav ul li {
display: inline;
margin-top: 0;
}
hr {
display: none;
}

View File

@ -1,3 +1,4 @@
<hr />
<article>
<span title="{{ $status['account']['acct'] }}">
<a href="{{ $status['account']['url'] }}">
@ -61,3 +62,4 @@
</span>
</div>
</article>
<hr />