mirror of https://git.stjo.hn/planiverse
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:
parent
b76a68cd7c
commit
197d31da35
|
@ -93,3 +93,7 @@ nav ul li {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<hr />
|
||||||
<article>
|
<article>
|
||||||
<span title="{{ $status['account']['acct'] }}">
|
<span title="{{ $status['account']['acct'] }}">
|
||||||
<a href="{{ $status['account']['url'] }}">
|
<a href="{{ $status['account']['url'] }}">
|
||||||
|
@ -61,3 +62,4 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
<hr />
|
||||||
|
|
Loading…
Reference in New Issue